Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Errors while relinking on Redhat Hat (Oracle9i)

Re: Errors while relinking on Redhat Hat (Oracle9i)

From: Markus Reger <reger_at_mdw.ac.at>
Date: Fri, 17 May 2002 05:53:20 -0800
Message-ID: <F001.00463597.20020517055320@fatcity.com>


this should fix yr problem.
EITHER you downgrade binutils

rpm -Uvh --force --nodeps binutils-2.10.0.18-1.i386.rpm

(in case you don't have it from rh70 get it from ftp.redhat.com) and try to relink

OR

# vi $ORACLE_HOME/bin/genclntsh

  search for the line:
  LD_SELF_CONTAINED="-z defs"
  and edited so that it reads
  LD_SELF_CONTAINED="" after that started entered

# cd $ORACLE_HOME/bin/
# relink all

>>> CSP2201_at_netscape.net 05/17/02 06:34 AM >>>
Hi,

The install of Oracle9i on Redhat 7.2 went well but had problems during the relinking phase. When tried to relink the binaries manually, I am getting errors such as-
/lib/libc.so.6: undefined reference to '__cmpdi1' /lib/libc.so.6: undefined reference to '_dl_lazy_at_GLIBC_2.1.1'

Could you please help me in fixing this problem.

THanks for your help and time in advance.

Regards
CP

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: CP
  INET: CSP2201_at_netscape.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Markus Reger
  INET: reger_at_mdw.ac.at

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri May 17 2002 - 08:53:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US