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: The binaries couldnt get libclntsh.sl

Re: The binaries couldnt get libclntsh.sl

From: <abraham_at_my-dejanews.com>
Date: Fri, 23 Oct 1998 19:59:58 GMT
Message-ID: <70qn7u$1jj$1@nnrp1.dejanews.com>


In article <3630B0C9.2B322BBF_at_ab.bluecross.ca>,   knguyen_at_ab.bluecross.ca wrote:
> Hi all,
>
> We are testing installation of oracle8 on hp-ux 10.20. Things are going
> slow but they
> are going. When everything is done, the dbase can be started up and most
> of the
> binaries work BUT we cannot execute sqlplus and sqlload. They complain
> that
> /mnt/lib/.../libclntsh.sl is not found.
>
> We can get around this by either [1] create the wanted directory
> "/mnt/oracle8//lib"
> then soft link its to the real path (ln -s
> /ora_home/SID/lib/libclntsh.sl.1.0 /mnt/oracle8//lib/)
> or [2] change an entry inside ~/orainst/buildtools_common.map from
> relative path
> "%SH%/lib/libclntsh.sl.1.0" to a full path
> "/ora_home/SID/lib/libclntsh.sl.1.0"
>
> Has anyone ran into this problem and had a better resolution or obtain
> the fix fr oracle?
>
> PS: We phoned oracle support and they said that seems to happen only to
> our site. :(
>
>

Try setting your variable LD_LIBRARY_PATH to the directory that libclntsh is located.

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mnt/lib/... export LD_LIBRARY_PATH

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Oct 23 1998 - 14:59:58 CDT

Original text of this message

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