not able to install oracle on centos [network configuration settings] [message #522532] |
Mon, 12 September 2011 01:41 |
|
dkdms2124
Messages: 369 Registered: April 2010 Location: INDIA
|
Senior Member |
|
|
Hi All,
I am not able to install Oracle on CENT OS, during the pre=requisite check, it gave me warning regarding the network configuration setting, I made it user-verified. Then it gave me error during the install at "Linking 'Oracle Net Required Support Files 10.2.0.1.0" for "Error in invoking 'client_sharedlib'.
As per suggested I checked the error in the log file in the oraInventory folder.
Below are the logs
Quote:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: /u01/oracle/product/10.2.0/db_1/bin/genclntsh
INFO: /usr/bin/ld: skipping incompatible /u01/oracle/product/10.2.0/db_1/lib/libxml10.a when searching for -lxml10
/usr/bin/ld: cannot find -lxml10
INFO: collect2: ld returned 1 exit status
INFO: genclntsh: Failed to link libclntsh.so.10.1
INFO: make: *** [client_sharedlib] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'client_sharedlib' of makefile '/u01/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-09-12_05-02-53PM.log' for details.
Exception Severity: 1
I run following two commands to check error details:
uname -a
Quote:
[oracle@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.18-238.el5 #1 SMP Thu Jan 13 15:51:15 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
[oracle@localhost ~]$
tail -15 $ORACLE_HOME/install/make.log
Quote:
[oracle@localhost ~]$ tail -15 $ORACLE_HOME/install/make.log
/usr/bin/ar rv /u01/oracle/product/10.2.0/db_1/lib/libn10.a /u01/oracle/product/10.2.0/db_1/lib/nnfgt.o ; fi)
(if [ "compile" = "binary" ] ; then \
/u01/oracle/product/10.2.0/db_1/bin/gennfgt > nnfgt.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
/usr/bin/gcc -c nnfgt.c ;\
-rm -f /u01/oracle/product/10.2.0/db_1/lib/nnfgt.o ;\
-mv nnfgt.o /u01/oracle/product/10.2.0/db_1/lib/ ;\
/usr/bin/ar rv /u01/oracle/product/10.2.0/db_1/lib/libn10.a /u01/oracle/product/10.2.0/db_1/lib/nnfgt.o ; fi)
/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/oracle/product/10.2.0/db_1//u01/oracle/product/10.2.0/db_1/bin/genclntsh
/usr/bin/ld: skipping incompatible /u01/oracle/product/10.2.0/db_1/lib/libxml10.a when searching for -lxml10
/usr/bin/ld: cannot find -lxml10
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
make: *** [client_sharedlib] Error 1
[oracle@localhost ~]$
I think "libclntsh.so.10.1" is missing, please help me out.
Thanks
Deepak
[Updated on: Mon, 12 September 2011 01:44] Report message to a moderator
|
|
|
|
|
|