LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Qt looking for GLIBC_2.14/GLIBC_2.16/GLIBC_2.17 (https://www.linuxquestions.org/questions/linux-software-2/qt-looking-for-glibc_2-14-glibc_2-16-glibc_2-17-a-4175628386/)

cov 04-25-2018 07:23 AM

Qt looking for GLIBC_2.14/GLIBC_2.16/GLIBC_2.17
 
Code:

dgc@mccrystal:~$ /opt/Qt/Tools/QtCreator/bin/qtcreator
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/qtcreator)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/libExtensionSystem.so.4)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/libAggregation.so.4)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/libUtils.so.4)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Widgets.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Gui.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Concurrent.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Network.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Core.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Core.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt5Core.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt5Qml.so.5)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libicui18n.so.56)
/opt/Qt/Tools/QtCreator/bin/qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libicuuc.so.56)

ldd --version tells me I have 2.13 installed:
Code:

dgc@mccrystal:~$ ldd --version
ldd (Debian EGLIBC 2.13-38+deb7u12) 2.13
dgc@mccrystal:~$

Apparently, I have the latest version installed:
Code:

dgc@mccrystal:~$ sudo apt-get install libc6
[sudo] password for dgc:
Reading package lists... Done
Building dependency tree     
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Can anyone help?

RandomTroll 04-25-2018 09:49 AM

Wow! I'm on 2.27, upgraded from 2.14 in 2011. Perhaps your version of qtcreator is newer than 2011.

What is your libc.so.6? Mine is a link to libc-2.27.so

cov 04-25-2018 09:58 AM

I'm on Debian 7 Wheezy.

It's a VPS, so I have limited opportunity to upgrade.

I tried to force an upgrade using "sudo apt-get -t testing install libc6-dev" but, because testing wasn't in the /etc/apt/sources.list, the upgrade failed.
Code:

The value 'testing' is invalid for APT::Default-Release as such a release is not available in the sources
Adding 'testing' to the sources generated a whole lot of other issues, so I decided against that.

Code:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libc6-dev : Breaks: binutils (< 2.26) but 2.22-8+deb7u3 is to be installed
E: Unable to correct problems, you have held broken packages.

I need this working, so have decided to trash the server and reinstall something a little more current.

Thanks for taking the time...

~ Dave

PS, I tried QT 5.10, 5.8 and 5.71 all gave me issues of one kind or another.

Hopefully a clean install will sort it all out.


All times are GMT -5. The time now is 02:27 AM.