libclntsh.so.8.0 problem [message #56091] |
Wed, 05 March 2003 12:31 |
Franco
Messages: 50 Registered: August 2002
|
Member |
|
|
I am trying to install Oracle 8i server on solaris 8 for intel machine, but i have this problem when I try to run sqlplus
fatal error libclntsh.so.8.0 - open failed: No such file or directory.
What is this?
Tell me how to make it works
Thanks
|
|
|
Re: libclntsh.so.8.0 problem [message #56096 is a reply to message #56091] |
Wed, 05 March 2003 17:52 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
It does mean SQL*Plus cannot find the library libclntsh.so.8.0.
To fix it make sure you have LD_LIBRARY_PATH setup in your shell env.
$ echo $LD_LIBRARY_PATH
It has to be setup to:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export LD_LIBRARY_PATH
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|