The infamous "cannot find -lagtsh" problem; any standard solution? [message #409166] |
Fri, 19 June 2009 15:31 |
gansvv
Messages: 11 Registered: June 2009 Location: Gainesville, FL
|
Junior Member |
|
|
Hi, I got stuck during installation of Oracle 11g (64bit) on Ubuntu 8.0.4 server (x86_64). I get the following error:
Error in invoking target "all_no_orcl" of makefile $ORACLE_HOME/rdbms/lib/ins_rdbms.mk
here is the error log:
INFO: gcc -m32 -o /opt/app/oracle/product/db11g/rdbms/lib/extproc32 -L/opt/app/oracle/product/db11g/rdbms/lib32/ -L/opt/app/oracle/product/db11g/lib32/ -L/opt/app/oracle/product/db11g/lib32/stubs/ /opt/app/oracle/product/db11g/rdbms/lib32/hormc.o /opt/app/oracle/product/db11g/rdbms/lib32/homts.o -lagtsh -lpthread -lclntsh `cat /opt/app/oracle/product/db11g/lib32/sysliblist` -Wl,-rpath,/opt/app/oracle/product/db11g/lib32 -lm `cat /opt/app/oracle/product/db11g/lib32/sysliblist` -ldl -lm -L/opt/app/ora
INFO: cle/product/db11g/lib32
INFO: /usr/bin/ld: cannot find -lagtsh
INFO: collect2: ld returned 1 exit status
INFO: make[1]: *** [/opt/app/oracle/product/db11g/rdbms/lib/extproc32] Error 1
INFO: make[1]: Leaving directory `/opt/app/oracle/product/db11g/rdbms/lib'
INFO: make: *** [extproc32] Error 2
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'all_no_orcl' of makefile '/opt/app/oracle/product/db11g/rdbms/lib/ins_rdbms.mk'. See '/opt/oraInventory/logs/installActions2009-06-19_02-52-10PM.log' for details.
Exception Severity: 1
I found some relevant discussions here:
http://forums.oracle.com/forums/thread.jspa?threadID=577066
http://ubuntuforums.org/archive/index.php/t-592064.html
Could someone help me proceed with the installation??
Thanks in advance!
|
|
|
|
|
|
|