Re: I NEED HELP IN INSTALING ORACLE 8.1.6 CLIENT IN LINUX REDHAT VERSION 7.1 .WE TRIED SO MANY TIMES [message #49682] |
Mon, 04 February 2002 04:30 |
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 !!
|
|
|