Oracle Application Server Install on Red Hat 4.x Failing During Linking Phase on crt1.o
(Doc ID 372571.1)
Last updated on JUNE 07, 2023
Applies to:
Oracle Fusion Middleware - Version 10.1.2.0.2 to 10.1.4.3.0 [Release AS10gR2 to AS10gR3]Linux x86-64
Oracle Application Server 10g Enterprise Edition - Version: 10.1.2.0.2 to 10.1.3.4.0
Symptoms
An AS install on RH 4.x fails during the linking phase and it is unable to find the crt1.o library.
The install actions log file for 10.1.2.x shows the following linking errors with crt1.o library:
rm -f sqlplus
/bin/chmod 755 <ORACLE_HOME>/bin/helpins
/bin/chmod 755 <ORACLE_HOME>/bin/pupbld
Linking sqlplus
rm -f sqlplus
gcc -m32 -o sqlplus -L<ORACLE_HOME>/sqlplus/lib/ -L<ORACLE_HOME>/lib/ -L<ORACLE_HOME>/lib/stubs/ <ORACLE_HOME>/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat <ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat <ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat <ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat<ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat <ORACLE_HOME>/lib/sysliblist` -Wl,-rpath,<ORACLE_HOME>/lib -lm -lpthread `cat <ORACLE_HOME>/lib/sysliblist` -ldl -lm -lpthread -L<ORACLE_HOME>/lib -L<ORACLE_HOME>/lib/stubs/
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make: *** [sqlplus] Error 1
/bin/chmod 755 <ORACLE_HOME>/bin/helpins
/bin/chmod 755 <ORACLE_HOME>/bin/pupbld
Linking sqlplus
rm -f sqlplus
gcc -m32 -o sqlplus -L<ORACLE_HOME>/sqlplus/lib/ -L<ORACLE_HOME>/lib/ -L<ORACLE_HOME>/lib/stubs/ <ORACLE_HOME>/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat <ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat <ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat <ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat<ORACLE_HOME>/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat <ORACLE_HOME>/lib/sysliblist` -Wl,-rpath,<ORACLE_HOME>/lib -lm -lpthread `cat <ORACLE_HOME>/lib/sysliblist` -ldl -lm -lpthread -L<ORACLE_HOME>/lib -L<ORACLE_HOME>/lib/stubs/
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make: *** [sqlplus] Error 1
The install actions log for the 10.1.3.x shows the following linking errors with crt1.o library:
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make: *** [sqlplus] Error 1
End output from spawned process.
----------------------------------
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'install' of makefile
'<ORACLE_HOME>/sqlplus/lib/ins_sqlplus.mk'. See
'<oraInventory>/logs/installActions2008-07-24_08-43-52PM.log' for
details.
Exception Severity: 1
collect2: ld returned 1 exit status
make: *** [sqlplus] Error 1
End output from spawned process.
----------------------------------
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'install' of makefile
'<ORACLE_HOME>/sqlplus/lib/ins_sqlplus.mk'. See
'<oraInventory>/logs/installActions2008-07-24_08-43-52PM.log' for
details.
Exception Severity: 1
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |