Operating System - HP-UX
1834026 Members
2031 Online
110063 Solutions
New Discussion

Re: $ORACLE_HOME/lib32 dir is not available

 
kumasudh
Advisor

$ORACLE_HOME/lib32 dir is not available

Hi,

I am facing issues after installing Oracle 11gR1 client. My application is not able to resolve the dependancy for libntsh.so.10.1 shared lib.

#sqlplus -v
SQL*Plus: Release 11.1.0.6.0 - Production

#ldd /opt/OC/bin/smsinit
Unable to find library 'libclntsh.so.10.1'

while on my system i could see
jemmy:/uorabin/app/oracle/client/product/10/lib#ll libcl*
-rw-r--r-- 1 oracle oinstall 17242836 Nov 8 2007 libclient11.a
lrwxr-xr-x 1 oracle oinstall 59 Nov 17 05:22 libclntsh.so -> /uorab
in/app/oracle/client/product/10/lib/libclntsh.so.11.1
lrwxr-xr-x 1 oracle oinstall 54 Nov 17 05:22 libclntsh.so.10.1 -> /
uorabin/app/oracle/client/product/10/lib/libclntsh.so
-rwxr-xr-x 1 oracle oinstall 84812896 Nov 17 05:21 libclntsh.so.11.1
-rwxr-xr-x 1 oracle oinstall 84812896 Nov 17 05:22 libclntsh_nopthread.s
o
-rw-r--r-- 1 oracle oinstall 0 Nov 8 2007 libclntst11.a
-rwxr-xr-x 1 oracle oinstall 91664 Nov 7 2007 libclsra11.so
-rw-r--r-- 1 oracle oinstall 30574 Nov 7 2007 libclsrx11.a-rw-r--r-- 1 oracle oinstall 17242836 Nov 8 2007 libclient11.a
lrwxr-xr-x 1 oracle oinstall 59 Nov 17 05:22 libclntsh.so -> /uorab
in/app/oracle/client/product/10/lib/libclntsh.so.11.1
lrwxr-xr-x 1 oracle oinstall 54 Nov 17 05:22 libclntsh.so.10.1 -> /
uorabin/app/oracle/client/product/10/lib/libclntsh.so
-rwxr-xr-x 1 oracle oinstall 84812896 Nov 17 05:21 libclntsh.so.11.1
-rwxr-xr-x 1 oracle oinstall 84812896 Nov 17 05:22 libclntsh_nopthread.s
o
-rw-r--r-- 1 oracle oinstall 0 Nov 8 2007 libclntst11.a
-rwxr-xr-x 1 oracle oinstall 91664 Nov 7 2007 libclsra11.so
-rw-r--r-- 1 oracle oinstall 30574 Nov 7 2007 libclsrx11.a

my /etc/dld.sl.conf is looking like..
#cat /etc/dld.sl.conf
/uorabin/app/oracle/client/product/10/lib/

My environment variables are
#echo $SHLIB_PATH

/uorabin/app/oracle/client/product/10/lib32:/uorabin/app/oracle/client/pro
0/rdbms/lib32

#echo $LD_LIBRARY_PATH

/uorabin/app/oracle/client/product/10/lib:/lib:/usr/lib:/uorabin/app/oracl
nt/product/10/rdbms/lib

Could somebody help me to resolve the issue. Is it anyhow related to $ORACLE_HOME/lib32 libs not available ?

Thanks,
Best Regards
kumasudh
1 REPLY 1
kumasudh
Advisor

Re: $ORACLE_HOME/lib32 dir is not available

Hi again,

Just to add that my application is a 32 bit application

#file /opt/OC/bin/smsinit
/opt/OC/bin/smsinit: ELF-32 executable object file - IA64