QT5.4.0 install failing on not finding libGL.so.1
-
Running linux 14.04 "Trusty Tahr" and I keep getting the error message in console:
Warning: /home/bd-01/Qt5.4.0//Tools/QtCreator/bin/sdktool: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
and in the offline installer:
Error during installation process (qt.54.gcc_64): Execution failed(Unexpected exit code: 127): "/home/bd-01/Qt5.4.0//Tools/QtCreator/bin/sdktool addQt --id qt.54.gcc_64 --name Qt %{Qt:Version} GCC 64bit --type Qt4ProjectManager.QtVersion.Desktop --qmake /home/bd-01/Qt5.4.0/5.4/gcc_64/bin/qmake"` –
The find command returns the location of libGL.so.1 as:
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
How do I get past this?