Find the answer to your Linux question:
Results 1 to 2 of 2
Hi guys, I am trying to install gcc in RHEL 5.4 These is the output: [GRID06 joaquin]# rpm -qa | grep glibc glibc-common-2.5-42 glibc-2.5-42 glibc-2.5-42 [GRID06 joaquin]# rpm -ivh gcc43-4.3.2-7.el5.x86_64.rpm ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    33

    GCC problems with glibc glibc-common

    Hi guys,

    I am trying to install gcc in RHEL 5.4

    These is the output:

    [GRID06 joaquin]# rpm -qa | grep glibc
    glibc-common-2.5-42
    glibc-2.5-42
    glibc-2.5-42
    [GRID06 joaquin]# rpm -ivh gcc43-4.3.2-7.el5.x86_64.rpm
    warning: gcc43-4.3.2-7.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 82fd17b2
    error: Failed dependencies:
    glibc-devel >= 2.2.90-12 is needed by gcc43-4.3.2-7.el5.x86_64
    [GRID06 joaquin]# rpm -ivh glibc-devel-2.5-34.x86_64.rpm
    warning: glibc-devel-2.5-34.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 82fd17b2
    error: Failed dependencies:
    glibc = 2.5-34 is needed by glibc-devel-2.5-34.x86_64
    glibc-headers is needed by glibc-devel-2.5-34.x86_64
    glibc-headers = 2.5-34 is needed by glibc-devel-2.5-34.x86_64
    [GRID06 joaquin]# rpm -ivh glibc-headers-2.5-34.x86_64.rpm
    warning: glibc-headers-2.5-34.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 82fd17b2
    error: Failed dependencies:
    glibc = 2.5-34 is needed by glibc-headers-2.5-34.x86_64
    [GRID06 joaquin]# rpm -ivh glibc-2.5-42.el5_4.3.x86_64.rpm
    warning: glibc-2.5-42.el5_4.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 192a7d7d
    error: Failed dependencies:
    glibc-common = 2.5-42.el5_4.3 is needed by glibc-2.5-42.el5_4.3.x86_64
    [GRID06 joaquin]# rpm -ivh glibc-common-2.5-42.el5_4.3.x86_64.rpm
    warning: glibc-common-2.5-42.el5_4.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 192a7d7d
    Preparing... ########################################### [100%]

    file /usr/bin/gencat from install of glibc-common-2.5-42.el5_4.3.x86_64 conflicts with file from package glibc-common-2.5-42.x86_64
    file /usr/bin/getconf from install of glibc-common-2.5-42.el5_4.3.x86_64 conflicts with file from package glibc-common-2.5-42.x86_64
    etc..........
    [GRID06 joaquin]#


    i can not install the glbic-common file cause it give me a conflicting error (the package is already install but it is somehow not recognize by the system)

    BR

    Joaquin

  2. #2
    Just Joined!
    Join Date
    Mar 2010
    Posts
    33

    Solved

    Ok guys solved.

    i had to use the rpm -ivh --force rpmpackage.rpm

    Who knows why ..........

Posting Permissions

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