Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i for Linux
Looks like the environment variable LD_LIBRARY_PATH is not set.
LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
HTH
"Programmer" <clipper_at_prostart.net> wrote in message
news:yaRv6.1018$aD4.56041_at_news2.atl...
> Just installed Oracle 8i on my Linux Mandrake 7.2 machine.
> I am trying to start the database, but get error messages
> when attemping to run sql plus or svrmgrl.
>
> The errors are;
>
> sqlplus -- error in loading shared libraries
> libclntsh.so.8.0
> cannot open shared object file: No such file or
> directory
>
> svrmgrl -- error in loading shared libraries
> libwtc8.so
> cannot open shared object file: No such file or
directory
>
> These files exist in the /usr/oracle/lib directory.
> Anybody know what my problem is.
>
>
>
Received on Mon Mar 26 2001 - 21:36:58 CST
![]() |
![]() |