

It appears that this applies to the following products:. data: : symbol lies outside of containing section” ” And indeed, there was a workaround posted in a support document title “ Solaris and Oracle 32bit Linking Error “fatal: symbol ‘ntcontab’ in file $O_H/lib/libn10.a(ntcontab.o): section.

Thus, I searched support for a fix on this exact issue.

However, I knew I can’t be the only one who has faced this problem and I’m sure this issue has surely been reported to Oracle’s support. No output written to /home/oracle/OraHome_1/lib/libagtsh.soīut it looks like there’s a bug with somewhere. home/oracle/OraHome_1/bin/genagtsh /home/oracle/OraHome_1/lib/libagtsh.so 1.0 No output written to /home/oracle/OraHome_1/lib/libclntsh.so.10.1 data: size 0圆0: symbol (address 0, size 0x70) lies outside of containing section Ld: fatal: symbol 'ntcontab' in file /home/oracle/OraHome_1/lib/libn10.a(ntcontab.o): section. usr/ccs/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/OraHome_1//home/oracle/OraHome_1/bin/genclntsh Which also explains why it was not found in the earlier log. It turns out that the error started when the installer tried to make the libclntsh.so.10.1 lib file. So, I checked out the make.log file to see what was wrong. The output of this make operation is also available at: '/home/oracle/OraHome_1/install/make.log'īasically, it looks like there was some error in the makefile process somewhere. See '/home/oracle/oraInventory/logs/installActions_07-04-25AM.log' for details. Make: Fatal error: Command failed for target `emergent'Įxception String: Error in invoking target 'agent nmo nmb' of makefile '/home/oracle/OraHome_1/sysman/lib/ins_sysman.mk'. Make: Fatal error: Command failed for target `/home/oracle/OraHome_1/sysman/lib/emagent'Ĭurrent working directory /home/oracle/OraHome_1/sysman/lib No output written to /home/oracle/OraHome_1/sysman/lib/emagent ld: warning: file libclntsh.so.10.1: required by /home/oracle/OraHome_1/lib//libnmemso.so, not found

See ‘/home/oracle/oraInventory/logs/installAction_07-04-25AM.log’ for details.”Ĭhecking out the logs, there were a few warnings and errors that showed what was wrong. “Error in invoking target ‘agent nmo nmb’ of makefile ‘home/oracle/OraHome_1/sysman/lib/ins_sysman.mk’. So here I am trying to install Oracle Application Server 10g release 2 (10.1.2.0.2) on my Solaris x86 64-bit VM to test out some stuff.
