Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> dynamic linker: svrmgrl: error opening libjava.so
After installing Enterprise Oracle8i 8.1.5 on SCO Unixware 7.1.1, I cannot start svrmgrl, sqlplus, lsnrctl commands etc.. under the command line mode or dtterm/xterm session. Instead I got the error message as follow, for examples,
dynamic linker: svrmgrl: error opening libjava.so Killed
But I can find the file "libjava.so" in four places on my machine:
/app/oracle/jre/1.1.7/lib/x86at/green_threads/libjava.so
/app/oracle/jre/1.1.7/lib/x86at/native_threads/libjava.so
/opt/jdk-1.1.7/lib/x86at/green_threads/libjava.so
/opt/jdk-1.1.7/lib/x86at/native_threads/libjava.so
Below is the settings for environment variables setup in oracle
.profile:
JAVA_HOME=/usr/java;export JAVA_HOME
ORACLE_BASE=/app/oracle;export ORACLE_BASE ORACLE_HOME=/app/oracle/product/8.1.5;export ORACLE_HOME ORACLE_SID=ora8;export ORACLE_SID
export PATH
ORACLE_TERM=vt100;export ORACLE_TERM
ORACLE_NLS33=$ORACLE_HOME/ocommon/nls/admin/data;export ORACLE_NLS33
CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/JRE:
export CLASSPATH
I am kind of new to oracle8i. Can someone out there kindly point me the direction to fix the problem. Thanks in advance
Syan Received on Thu Aug 24 2000 - 20:14:03 CDT
![]() |
![]() |