Operating System - HP-UX
1748058 Members
5444 Online
108758 Solutions
New Discussion юеВ

Re: unable to find library libclntsh.sl.8.0

 
Chartier Jerome
Frequent Advisor

unable to find library libclntsh.sl.8.0

Hello,

I've got the below error message when I try to launch a programm (System is HP UX 11.00 db Oracle 817).

/usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.8.0'.
/u01/app/jupiter/kdev64_jup_top/programs/supp_live/libropsp0040.sh[78]:
16216 Memory fault(coredump)

The LD_LIBRARY_PATH is well defined (including $ORACLE_HOME/lib)

Has any one got any idea?

Thanks in advance

Regards

J??r??me
J@Y
4 REPLIES 4
Christian Gebhardt
Honored Contributor

Re: unable to find library libclntsh.sl.8.0

Hi

set SHLIB_PATH to $ORACLE_HOME/lib and try again

Chris

T G Manikandan
Honored Contributor

Re: unable to find library libclntsh.sl.8.0

There are two version of library file libclntsh.sl.8.0

23 bit under $ORACLE_HOME/lib
64 bit under $ORACLE_HOME/lib64


Also include the lib64 directory in the library path


REvert
T G Manikandan
Honored Contributor

Re: unable to find library libclntsh.sl.8.0

32 bit exe's should find $ORACLE_HOME/lib
64 bit executables should find the lib's from $ORACLE_HOME/lib64.

What version of Oracle you are using,Is it a 64 bit?


Revert
T G Manikandan
Honored Contributor

Re: unable to find library libclntsh.sl.8.0

Also do a ls -l on the library file.Make sure it is not 0 bytes

Revert

Fast!!