Re: problem with shared libraries installing oracle 8iR3 on linux redhat 7.1 [message #97249] |
Mon, 04 February 2002 04:28 |
rosario colletti
Messages: 2 Registered: February 2002
|
Junior Member |
|
|
Hi.
i had ths same problem with Oracle Client 9.0.1 and RedHat 7.1
the problem is an incompatiblity of LD of gnu binutils
the solution is: put OLD version of binutils (versione of RedHat 7.0 works ) in this way:
rpm -e --nodeps binutils
rpm -i binutils-2.10.0.18-1.i386.rpm
then Redo the installation or just perform all links operations (you find it on $ORACLE_HOME/install/make.log)
these comands are like:
/usr/bin/make -f XXX.mk YYY ORACLE_HOME=...
...
In bocca al lupo !!
|
|
|
Re: problem with shared libraries installing oracle 8iR3 on linux redhat 7.1 [message #97836 is a reply to message #97249] |
Mon, 24 February 2003 01:48 |
tarun
Messages: 13 Registered: November 2000
|
Junior Member |
|
|
I am facing a similar problem, installer stucks when linking:
Error in invoking target ntcontab.o of makefile /home/oracle/OraHome1/network/lib/ins_net_client.mk
I m using Red Hat Linux 8.0 & oracle8i so there shouldn't be any library problem. I have tried Increasing swap space from 400M to 819M, as was advised in some other link, doesn't help.
unset LDEMULATION doesn't help.
Please give me a solution.
|
|
|