Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Linux 8.0.5 loading shared lib error
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
![]() |
![]() |