HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: $ORACLE_HOME/lib32 dir is not available
Operating System - HP-UX
1834026
Members
2031
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 08:51 AM
11-17-2008 08:51 AM
$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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 09:25 AM
11-17-2008 09:25 AM
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
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
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP