Operating System - Linux
1824809 Members
4326 Online
109674 Solutions
New Discussion юеВ

Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

 
SOLVED
Go to solution
praveen..
Super Advisor

Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

# rpm -ivh /OS_BACKUP/rhl_cd2/RedHat/RPMS/vim-minimal-6.3.046-0.40E.7.x86_64.rpm
warning: /OS_BACKUP/rhl_cd2/RedHat/RPMS/vim-minimal-6.3.046-0.40E.7.x86_64.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
libc.so.6(GLIBC_2.2.5)(64bit) is needed by vim-minimal-6.3.046-0.40E.7.x86_64


Please suggest me from where i can download the dependencies to install this software?
7 REPLIES 7
Atul Gautam
Valued Contributor
Solution

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

Hi Praveen,

Could you send the output of the following commands --

# cat /proc/cpu
# cat /proc/version

Also paste the output of ---

# rpm -q glibc -i

After this, we can try and suggest as to what needs to be done.





--
Atul
praveen..
Super Advisor

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

# cat /proc/cpuinfo
processor : 0
cpu : POWER5 (gs)
clock : 1498.500000MHz
revision : 2.0

processor : 1
cpu : POWER5 (gs)
clock : 1498.500000MHz
revision : 2.0

processor : 2
cpu : POWER5 (gs)
clock : 1498.500000MHz
revision : 2.0

processor : 3
cpu : POWER5 (gs)
clock : 1498.500000MHz
revision : 2.0

timebase : 187203000
machine : CHRP IBM,9133-55A





# rpm -q glibc -i
Name : glibc Relocations: (not relocatable)
Version : 2.3.4 Vendor: Red Hat, Inc.
Release : 2.19 Build Date: Wed 08 Feb 2006 05:36:58 PM CST
Install Date: Wed 12 Apr 2006 05:19:39 PM CDT Build Host: sizzler.build.redhat.com
Group : System Environment/Libraries Source RPM: glibc-2.3.4-2.19.src.rpm
Size : 11256266 License: LGPL
Signature : DSA/SHA1, Thu 16 Feb 2006 03:57:11 PM CST, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <>
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
Name : glibc Relocations: (not relocatable)
Version : 2.3.4 Vendor: Red Hat, Inc.
Release : 2.19 Build Date: Wed 08 Feb 2006 05:42:05 PM CST
Install Date: Wed 12 Apr 2006 05:19:44 PM CDT Build Host: sizzler.build.redhat.com
Group : System Environment/Libraries Source RPM: glibc-2.3.4-2.19.src.rpm
Size : 12372154 License: LGPL
Signature : DSA/SHA1, Thu 16 Feb 2006 03:57:12 PM CST, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <>
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
George Liu_4
Trusted Contributor

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

two things to check:
1. Since your architecture is POWER, you really should use ppc version instead of x86_64 version. e.g., vim-minimal-6.3.046-0.40E.7:1.ppc
2. had you run ldconfig after installing glibc rpm?
praveen..
Super Advisor

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

# cat /proc/version
Linux version 2.6.9-34.EL (bhcompile@js20-bc1-8.build.redhat.com) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:46:57 EST 2006

#ldconfig
# uname -a
Linux hostname 2.6.9-34.EL #1 SMP Fri Feb 24 16:46:57 EST 2006 ppc64 ppc64 ppc64 GNU/Linux


how to run * .ppc and from where i can download these softwares?
Atul Gautam
Valued Contributor

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

Hi Praveen,

See if this link helps you or not ---

http://www-128.ibm.com/developerworks/linux/library/l-pow-eclipseonpower/





--
Atul
Alan_152
Honored Contributor

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

You are in dependency hell. I had the same problem trying to install MRTG. Your 1st best bet is to try to get yum, up2date, and/or apt-get running so you can bring your system up to date.
George Liu_4
Trusted Contributor

Re: Error: libc.so.6(GLIBC_2.2.5)(64bit) is needed by .........

I need you exact OS version. post the result here

cat /etc/redhat-release

I could send you a vim...ppc.rpm for you