probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
redaman
Posts: 4
Joined: 2010/06/23 23:44:58

probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by redaman » 2010/06/24 00:01:26

hi,

i have a problem white my server VPS

[code]
Name : glibc Relocations: (not relocatable)
Version : 2.5 Vendor: CentOS
Release : 49.el5_5.2 Build Date: Wed 09 Jun 2010 05:04:03 PM MSD
Install Date: Thu 24 Jun 2010 02:10:15 AM MSD Build Host: builder10.centos.org
Group : System Environment/Libraries Source RPM: glibc-2.5-49.el5_5.2.src.rpm
[/code]
I try to run the script ./fichier.x86 and the error message appeared

./fichier.x86: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./fichier.x86)

[img]http://img713.imageshack.us/img713/3733/err2.gif[/img]

tnx

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by toracat » 2010/06/24 01:26:55

Looks like what you are trying to run requires a version glibc that is newer than glibc in CentOS. If the source is available, you _might_ be able to rebuild it under CentOS.

redaman
Posts: 4
Joined: 2010/06/23 23:44:58

Re: probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by redaman » 2010/06/24 02:35:13

What is the solution

jowa
Posts: 75
Joined: 2005/07/10 14:42:39

probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by jowa » 2010/06/24 12:37:19

[quote]
redaman wrote:
What is the solution[/quote]The solution is what toracat mentions: the program needs to be recompiled on CentOS in order to work. To do so, you'll need the source code for the program. Alternatively, the person who made the program needs to recompile the source code using an older version of the [i]glibc[/i] library.

What kind of program is this? Naming something "fichier.x86" (which I believe would be "file.x86" if it was named in english) sounds...mysterious to me.

redaman
Posts: 4
Joined: 2010/06/23 23:44:58

Re: probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by redaman » 2010/06/24 15:33:31

but the program it works very well on ubuntu and fedora ...

but I want to run it on my CentOS VPS server

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by AlanBartlett » 2010/06/24 16:38:21

[quote]
but the program it works very well on ubuntu and fedora ...
[/quote]
Because it has obviously compiled to run on [i]Ubuntu[/i] and [i]Fedora[/i].

[quote]
but I want to run it on my CentOS VPS server
[/quote]
However, it hasn't been compiled to run on [i]CentOS[/i], [i]RHEL[/i] or [i]Scientific Linux[/i].

redaman
Posts: 4
Joined: 2010/06/23 23:44:58

Re: probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by redaman » 2010/06/24 19:39:39

then there is not a solution to install glibc 2.7

info server :

Name : glibc Relocations: (not relocatable)
Version : 2.5 Vendor: CentOS
Release : 49.el5_5.2 Build Date: Wed 09 Jun 2010 05:04:03 PM MSD
Install Date: Thu 24 Jun 2010 02:10:15 AM MSD Build Host: builder10.centos.org
Group : System Environment/Libraries Source RPM: glibc-2.5-49.el5_5.2.src.rpm

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: probleme /lib/libc.so.6: version `GLIBC_2.7' not found !!!!!

Post by TrevorH » 2010/06/25 10:53:27

[quote]
redaman wrote:
then there is not a solution to install glibc 2.7
[/quote]
No, the solution is to recompile the app to use GLIBC 2.5 and then it will run on 2.5, 2.6 and 2.7. Updating glibc to 2.7 on Centos is just asking to break the entire machine. Hint: glibc is the C runtime and is used by just about everything.

Post Reply