Re: Prob. svrmgrl with Linux

From: Timur I.Danyarhojaev <tid_at_podolsk.ru>
Date: Fri, 16 Jul 1999 08:24:53 +0400
Message-ID: <378EB415.E1717B99_at_podolsk.ru>


lmathern wrote:
I have install an Oracle 8.0.5 for Linux for test, but i can't run the svrmgrl :
$ svrmgrl
svrmgrl: error in loading shared libraries: libclntsh.so.1.0: cannot open
shared object file: No such file or directory
$ cd oracle8.0.5/lib/
$ ll libcln*
-rwxr-xr-x   1 oracle   dba       4353830 Sep 29  1998 libclntsh.so
-rwxr-xr-x   1 oracle   dba       4353830 Sep 29  1998 libclntsh.so.1.0
$
I use a Redhat (kernel 2.2.9)
Can everyone help me ?
Before run svrmngrl set the enviroment variable
LD_LIBRARY_PATH=$ORACLE_HOME/lib ; export LD_LIBRARY_PATH
or
insert full path to `$ORACLE_HOME/lib' directory
in to /etc/ld.so.conf
and run
ldconfig Received on Fri Jul 16 1999 - 06:24:53 CEST

Original text of this message