Cannot lauch Qt online installer on Ubuntu 22.04
-
Hello,
I try to install Qt on Ubuntu which is installed on my Raspberry Pi 4. So I use the qt online installer but I am getting errors when I try to launch it.
If I try to run it using: ./qt-unified-linux-x64-4.3.0-1-online.run
I get this error: bash: ./qt-unified-linux-x64-4.3.0-1-online.run: cannot execute binary file: Exec format errorAnd if I try to run it using sudo command I get:
./qt-unified-linux-x64-4.3.0-1-online.run: 1: ELF: not found
./qt-unified-linux-x64-4.3.0-1-online.run: 6: Syntax error: word unexpected (expecting ")")
./qt-unified-linux-x64-4.3.0-1-online.run: 2: @@@@@@0pp@p@@@�9��9�: not foundFrom what I understand the "Exec format..." error can occur if we try to run a 64bit program on a 32bit OS which is not my case.
And for now I did not really get anymore clues on this problem, so if you have any ideas I am interested!Thanks for reading.
-
Hi,
The issue is that you are trying to run an x86_64 binary on an arm64 system.
-
Hi,
Ok! Too bad for I'll have to install it "manually", which seems more difficult (hope I don't mess up everything).
Thank you very much for your reply!