Re: sqlplus on Linux: libclntsh.so.8.0 missing
From: Shige Takeda <smtakeda_at_earthlink.net>
Date: Thu, 09 Dec 1999 17:40:40 GMT
Message-ID: <384FEA51.29B237F1_at_earthlink.net>
Date: Thu, 09 Dec 1999 17:40:40 GMT
Message-ID: <384FEA51.29B237F1_at_earthlink.net>
> > I tried under $ORACLE_HOME/BIN/ and received the following error
> > message:
> >
> > error in loading shared libraries: libclntsh.so.8.0: cannot open shared
> > object file: No such file or directory
> Append string:
> $ORACLE_HOME/lib
> in to file
> /etc/ld.so.conf
> and run
> ldconfig
> with root permision
> (or reboot ;-) )
It might be better to set LD_LIBRARY_PATH env variable on your session without root permission.
setenv LD_LIBRARY_PATH $ORACLE_HOME/lib (csh or tcsh)
or
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH (sh or
bash)
-- Shige Takeda smtakeda_at_earthlink.netReceived on Thu Dec 09 1999 - 18:40:40 CET