LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-25-2018, 07:23 AM   #1
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Rep: Reputation: 30
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?
 
Old 04-25-2018, 09:49 AM   #2
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,953

Rep: Reputation: 270Reputation: 270Reputation: 270
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
 
Old 04-25-2018, 09:58 AM   #3
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Original Poster
Rep: Reputation: 30
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.

Last edited by cov; 04-25-2018 at 10:01 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] libm.so.6(GLIBC_2.15) eyanu Linux - Newbie 2 11-13-2012 11:37 PM
trying to get glibc_2.4 on centos 4.x tonj Linux - Software 18 04-13-2012 03:32 AM
libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.2) needed for Linux 7.3.1 vivek_thampy Linux - Software 1 08-09-2004 04:12 PM
RH 7.3 and GLIBC_2.3 tied2 Linux - Software 0 11-30-2003 08:09 PM
Glibc_2.3 ??? Asificare Linux - Software 11 07-13-2003 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration