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 -> Re: Prob. svrmgr Linux

Re: Prob. svrmgr Linux

From: Michael Zhang <zhangliuqing_at_hotmail.com>
Date: Thu, 15 Jul 1999 22:50:35 -0400
Message-ID: <F5xj3.241$u3.267427328@momma.bigmomma.com>


Set an env variable:
LD_LIBRARY_PATH=$ORACLE_HOME/lib
export LD_LIBRARY_PATH
and then svrmgr will work.

Can also modify the .bashrc file to set the env. variable automaticly.

Michael.

Kisteleki Robert <kistel_at_ludens.elte.hu> wrote in message news:1999Jul15.231159.61794_at_ludens...
> In article <378E1F5C.5D67D82D_at_worldnet.fr>, lmathern
<lmathern_at_worldnet.fr> writes:
> > --------------C119EDA0EE49D8A661FF65B6
> > Content-Type: text/plain; charset=us-ascii
> > Content-Transfer-Encoding: 7bit
>
> Hi,
>
> Try adding a line to /etc/ld.so.conf containing the path to the oracle lib
> directory and issuing an ldconfig.
>
> HTH,
> Kistel
>
> > Hello,
> >
> > 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 ?
> >
> > Regards,
> >
> > Luc
> >
> > --------------C119EDA0EE49D8A661FF65B6
> > Content-Type: text/html; charset=us-ascii
> > Content-Transfer-Encoding: 7bit
> >
> > <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> > <html>
> > Hello,
> > <p>I have install an Oracle 8.0.5 for Linux for test, but i can't run
the
> > svrmgrl :
> > <p><font face="Courier New,Courier"><font size=-1>$
svrmgrl</font></font>
> > <br><font face="Courier New,Courier"><font size=-1>svrmgrl: error in
loading
> > shared libraries: libclntsh.so.1.0: cannot open</font></font>
> > <br><font face="Courier New,Courier"><font size=-1>shared object file:
> > No such file or directory</font></font>
> > <br><font face="Courier New,Courier"><font size=-1>$ cd
oracle8.0.5/lib/</font></font>
> > <br><font face="Courier New,Courier"><font size=-1>$ ll
libcln*</font></font>
> > <br><font face="Courier New,Courier"><font
size=-1>-rwxr-xr-x&nbsp;&nbsp;
> > 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4353830 Sep
> > 29&nbsp; 1998 libclntsh.so</font></font>
> > <br><font face="Courier New,Courier"><font
size=-1>-rwxr-xr-x&nbsp;&nbsp;
> > 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4353830 Sep
> > 29&nbsp; 1998 libclntsh.so.1.0</font></font>
> > <br><font face="Courier New,Courier"><font size=-1>$</font></font>
> > <p>I use a Redhat (kernel 2.2.9)
> > <p>Can everyone help me ?
> > <br>&nbsp;
> > <br>Regards,
> > <br>&nbsp;
> > <br>Luc</html>
> >
> > --------------C119EDA0EE49D8A661FF65B6--
> >
Received on Thu Jul 15 1999 - 21:50:35 CDT

Original text of this message

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