Error in invoking target install of makefile .....sqlplus.mk [message #50265] |
Thu, 07 March 2002 21:31 |
Cecil D'Souza
Messages: 5 Registered: February 2002
|
Junior Member |
|
|
I have a SUN SPARC20 256 MB 2 9.1 GB 50Mhz dual procs
I use Solaris 2.6 and I am trying to install Oracle 8.1.6
1.I applied the patches required for Oracle 8.1.6. Rel 2
2. Then I applied the jumbo patchset from Sun.com for Solaris 2.6.
3. I checked that all the preinstall steps were done.
4. Ran ./runInstaller
Everything goes well and Oracle 81 installs but when linking, it gives this error after nearly 2 hours.
[[Error in invoking target install of makefile in ....sqlplus.mk
and for many other files.mk]]
When I got this error, I then went on the advice of what I found on the web.
I went to $ORACLE_HOME/bin
I found file 'genclntsh' and copied it to genclntsh.old
vi genclntsh and under create Library, I removed the words
${LD_CONTAINER}
Then saved it and ran genclntsh as user oracle.
I got this error:
ld.so.1: ld: fatal: relocation error :file /usr/lib/libld.so.2
symbol _elf_getxoff: referenced symbol not found
I am tired of this crap as I have tried about 4 to 5 times by now and I am dead tired and frustrated. Can anybody please help to sort this installation of Oracle 8.1.6 out.
Thanks a million for your help.
Cecil
|
|
|
Re: Error in invoking target install of makefile .....sqlplus.mk [message #51132 is a reply to message #50265] |
Wed, 01 May 2002 19:01 |
opear2000
Messages: 1 Registered: May 2002
|
Junior Member |
|
|
I had the same problem and perhaps you already found the answer, but just in case you did not, all you have to do is change the line in $ORACLE_HOME/bin/genclntsh
from: LD_SELF_CONTAINED="-z defs"
to: LD_SELF_CONTAINED=""
then run ./genclntsh again
after it completes, go back ang hit retry. It should continue without errors.
|
|
|