Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> dynamic linker: svrmgrl: error opening libjava.so

dynamic linker: svrmgrl: error opening libjava.so

From: Syan <na22_at_ms25.hinet.net>
Date: Fri, 25 Aug 2000 09:14:03 +0800
Message-ID: <39A5C85A.AAE24F8E@ms25.hinet.net>

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

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/java/lib; export LD_LIBRARY_PATH
PATH=$ORACLE_HOME/bin:/bin:/usr/ccs/bin:/usr/local/bin:/usr/sbin:/usr/java/bin:.

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US