hi
i have dell poweredgr 1800 server with xeon 64-bit processor
I have installaed Red Hat Enterprise Linux AS (v. 4 for 64-bit AMD64/Intel EM64T) on that and now trying to install
Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86-64
but facinf following error when work is 81% done
pasting error from installation log file
************************
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'install' of makefile '/u01/oracle/product/10.2.0/db10g/ctx/lib/ins_ctx.mk'. See '/u01/oracle/oraInventory/logs/installActions2006-05-03_12-05-23PM.log' for details.
Exception Severity: 1
INFO: *** Cancel Dialog: ***
INFO: User Selected: Stop installation of this component only.
************************
I have completed all pre requisites, what could be the problem?
Same type of error i see when i try to install application server 10g R2 i.e
"Error in invoking target 'dm_on_ioracle' of makefile '/u01/rdbms/lib/ins_rdbms.mk' see logfile.... "
During the installation of Oracle 9i Release 2 (9.2.0.1) on Linux,
the installation fails in the linking phase of context components.
You receive the following error:
Error in invoking target install of makefile $ORACLE_HOME/ctx/lib/ins_ctx.mk
The messages written in $ORACLE_HOME/install/make.log are:
/lib/libdl.so.2: undefined reference to `_dl_addr@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_open@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_close@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_sym@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_vsym@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
make: *** [ctxhx] Error 1
Solution Description
--------------------
Link line in $ORACLE_HOME/ctx/lib/ins_ctx.mk does not include '-ldl' option.
Modify the 'ins_ctx.mk' from
Explanation
-----------
Oracle 9i Release 2 (9.2.0.1) is not certified on all distributions of Linux.
You are probably installing the product on a non-certified Linux. The
libdl.so is the Dynamic Loader library. On certified Linux distributions
with Oracle 9.2, there is no need to specify -ldl for linking of context
components.
I am running this 10gR2 DB install from the 10201_database_Linux_x86_64.cpio file so I am assuming it is 64bit, on my 64bit Linux OS. However, the 32's at the end of the ctxhx: portion of ins_ctx.mk concern me.
Do you think it's possible that this install is trying to install 32bit versus 64bit?
Also, any other suggestions would be much appreciated.
Bookmarks