I want to install the QT library, which is needed by another program on a Linux machine, to which I do not have root access. Instead, I installed it on my computer, which is Ubuntu 12.04, which has root access. Then I take the installed version to this other machine and start installing my new program, which requires the Qt library.
But I came across an error:
/home/test/qt/bin/qmake:/lib/libc.so.6: version of `GLIBC_2.14 'not found (requires / home / test / local / qt / bin / qmake)
"/lib/libc.so.6" really exists in the new machine, which I cannot have access to.
How can I solve this problem?
Regards Jacob
Yacob source share