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: Linux 8.0.5 loading shared lib error

Re: Linux 8.0.5 loading shared lib error

From: Timur I.Danyarhojaev <tid_at_podolsk.ru>
Date: Tue, 21 Sep 1999 09:17:34 +0400
Message-ID: <37E714EE.852094B6@podolsk.ru>


gigadud wrote:

> When i try to execute the following script i get a library error, any
> suggestions on how to resolve this isue.
> ____________________________________________
> #!/bin/ksh
> ORACLE_HOME=/home/oracle/app/oracle/product/8.0.5
> ORACLE_SID=ccar
> export ORACLE_HOME; export ORACLE_SID
> $ORACLE_HOME/bin/exp <<!
> ccar61/ccar61
> 6553600
> $HOME/ccar.dmp
> u
> y
> y
> y
> ccar61
>
> !
> ________________________________________
> -- error message
>
> /home/oracle/app/oracle/product/8.0.5/bin/exp: error in loading shared
> libraries
> : libclntsh.so.1.0: cannot open shared object file: No such file or directory
>
> Once again any help would be appreciatted.

Insert string
/home/oracle/app/oracle/product/8.0.5/lib to file
/etc/ld.so.conf
and run
/sbin/ldconfig
with root permission Received on Tue Sep 21 1999 - 00:17:34 CDT

Original text of this message

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