Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    26

    Unable to install glibc-2.3.4-2.41.i386.rpm

    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 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

  2. #2
    Just Joined!
    Join Date
    Feb 2008
    Posts
    26
    could anyone please guide??

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    26

    Talking

    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

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,096
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...