I am trying to install 9ias (9.0.2) on Redhat Advanced server. The link phase of the installation at 64% will fail with :
"Error in invoking target install of make file /u01/oracle/infra/sqlplus/lib/ins_sqlplus.mk"
There are solution given on the internet to do the following:
set ORACLE_HOME with:
export ORACLE_HOME=/u01/oracle/infra
Then open "$ORACLE_HOME/bin/genclntsh" in an editor and find the line:
LD_SELF_CONTAINED="-z defs"
Replace it with
LD_SELF_CONTAINED=""
Make sure that ORACLE_HOME is set correctly then re-run this script as oracle, "$ORACLE_HOME/bin/genclntsh".
I have done all of the above and click on RETRY from the installer again. However, it is still failing at the same error. I have the required binutils for the installation as shown below.
If i clicked on ignore, i will have more errors with the makefile for ins_sqlplus.mk, ins_precomp.mk, ins_sysman.mk, ins_rdbms.mk, ins_ctx.mk, ins_plsql.mk, ins_net_client.mk, ins_otrace.mk etc... how do I solve all the makefile to execute successfully?
I followed the installation guide closely and there wasn't any problem till that point. The solution from metalink was to change the genclntsh script and executed it at the point of error. I did exactly, but i am still encountering the same error. Any more advices please? Thanks in advance!
Bookmarks