Problem installing Qt Online Installer for Linux 32-bit on Ubuntu
-
Try the offline installer, then.
I would suggest building from source, but I don't want to put that burden on you yet, when we still have other options.
-
wrote on 27 Nov 2013, 10:04 last edited by
Same error:
@
user@user-D3220-B1:~/Downloads$ ls
qt-linux-opensource-1.4.0-2-x86-online.run qt-linux-opensource-5.1.1-x86-offline.run
user@user-D3220-B1:~/Downloads$ chmod 755 qt-linux-opensource-5.1.1-x86-offline.run
user@user-D3220-B1:~/Downloads$ ./qt-linux-opensource-5.1.1-x86-offline.run
bash: ./qt-linux-opensource-5.1.1-x86-offline.run: No such file or directory
user@user-D3220-B1:~/Downloads$
@ -
What happens if you run it from the GUI (click/ double click)?
-
wrote on 27 Nov 2013, 10:09 last edited by
Nothing happens when I double click on it.
-
This is bad. I'll ask on the mailing list, maybe there are some known solutions.
-
wrote on 27 Nov 2013, 10:17 last edited by
Hopefully it helps. Thank you in advance.
-
Hi,
Is your machine 64 bit ?
-
wrote on 27 Nov 2013, 11:10 last edited by
please show us:
uname -aand:
ldd /Downloads/qt-linux-opensource-5.1.1-x86-offline.runMaybe there is a missing dependency to start the installer UI.
a possible fix is:
sudo aptitude build-dep libqt4-opengl-devand yes if you have a 64bit system you need a 64bit installer.
PS: Please check that my possible fixing command does the right thing for you, I am not working on linux daily.
-
wrote on 27 Nov 2013, 14:55 last edited by
Yes, it is a 64 bit machine.
@
user@user-D3220-B1:~$ uname -a
Linux user-D3220-B1 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
user@user-D3220-B1:~/Downloads$ ldd qt-linux-opensource-5.1.1-x86-offline.run
not a dynamic executable
user@user-D3220-B1:~/Downloads$
@sudo aptitude build-dep libqt4-opengl-dev seems to run fine but the problem remains the same...
The 64bit installer seems to work. It is currently running. Is it not possible to use and build 32 bit on a 64 bit machine like it is possible on windows?
-
As Thiago mentions in the ML, you may be missing the ia32-libs package.
Running 32 bit applications on a 64 bit Linux system is possible.
15/15