0

I downloaded Qt 5 under Linux both 64bit and 32bit and the extension was *.run. I tried all these and it just doesn't work.

sh qt_linux.run

this error: qt_linux.run: qt_linux.run: cannot execute binary file

or

chmod +x qt_linux.run ./qt_linux.run

this error: ./qt_linux.run: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./qt_linux.run)

or

* double click it

this error: nothing happens

or

* right click it>properties
* check the box next to executable
* double click it

this error: nothing happens

4

1 回答 1

1

它说,你没有安装 glibc。尝试sudo apt-get install build-essential 并尝试再次安装它 -chmod u+x qt-linux-opensource-5.0.1-x86-offline.run

如果没有帮助 - 尝试遵循一些安装指南,例如,像这个 - http://qt-project.org/forums/viewthread/25260

于 2013-06-29T16:47:47.053 回答