Results 1 to 4 of 4
Hi All
Code:
[root@test ank]# uname -a
Linux test.testbox.com 2.6.9-67.0.0.0.1.ELhugemem #1 SMP Sun Nov 18 00:31:12 EST 2007 i686 i686 i386 GNU/Linux
I am unable to install glibc-2.3.4-2.41.i386.rpm
Code:
[root@test ...
- 04-27-2011 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 26
Unable to install glibc-2.3.4-2.41.i386.rpm
Hi All
I am unable to install glibc-2.3.4-2.41.i386.rpmCode:[root@test ank]# uname -a Linux test.testbox.com 2.6.9-67.0.0.0.1.ELhugemem #1 SMP Sun Nov 18 00:31:12 EST 2007 i686 i686 i386 GNU/Linux
Code:[root@test ank]# rpm -Uvh glibc-2.3.4-2.41.i386.rpm warning: glibc-2.3.4-2.41.i386.rpm: V3 DSA signature: NOKEY, key ID b38a8516 error: Failed dependencies: glibc-common = 2.3.4-2.41 is needed by glibc-2.3.4-2.41.i386 glibc = 2.3.4-2.39 is needed by (installed) glibc-headers-2.3.4-2.39.i386 glibc = 2.3.4-2.39 is needed by (installed) glibc-devel-2.3.4-2.39.i386 glibc = 2.3.4-2.39 is needed by (installed) glibc-utils-2.3.4-2.39.i386
please help
Ankur
- 04-28-2011 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 26
could anyone please guide??
- 04-28-2011 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 26
Ok Got the solution
For anyone who faces same situation
try with
rpm -Uvh glibc-2.3.4-2.41.i386.rpm --nodeps
Thanks
Ankur
* had to learn chines for that
ΪʲôÉý¼¶Èí¼þ°üÀÏÌáʾÎÒ°²×°Ò»Ð©ÒѾ*°²×°ÍêµÄÈí¼þ°ü £¿ - ÐÂÊÖÔ°µØ - ChinaUnix.net
- 04-28-2011 #4
Read it just now.
You probably just hurt your system.
"nodeps" is almost never a good idea.
Scratch that:
It is *never* a good idea.
You should instead fulfill the required dependency for glibc:
Code:glibc-common = 2.3.4-2.41 is needed by glibc-2.3.4-2.41.i386
You must always face the curtain with a bow.


Reply With Quote