- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/hpux64/dld.so: Unable to find library...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО03-30-2007 01:54 AM
тАО03-30-2007 01:54 AM
I am using HP-UX Itanium B.11.23 Box. I have recently installed Oracle10g on the machine. When I try to login to SQLPLUS, it is giving following error:
fnsonly1-/fns/y1/r/home>sqlplus
/usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
Killed
I have tried it after making changes in paths as well:
fnsonly1-/fns/y1/r/home>echo $LD_LIBRARY_PATH
/oracle/product/10g/lib:/oracle/product/10g/rdbms/lib:/oracle/product/10g/lib:/opt/cobol/cobdir/lib:/fns/y1/r/int:/fns/y1/r/dbora/int
fnsonly1-/fns/y1/r/home>echo $SHLIB_PATH
/oracle/product/10g/lib:/oracle/product/10g/rdbms/lib:/usr/lib/hpux64:/opt/cobol/cobdir/lib:
Anyu ideas?
regards,
Ankit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 01:59 AM
тАО03-30-2007 01:59 AM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
It would appear one of the following conditions is true.
SHLIB_PATH is wrong or does not include the sqlplus oracle libararyes. I don't think Oracle uses LD_LIBRARY_PATH but if so, it could be a problem.
It coulc also be that sqlplus and the rest of Oracle needs to be re-linked.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 02:03 AM
тАО03-30-2007 02:03 AM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
/home/oracleg>echo $SHLIB_PATH
/oracle/product/10g/lib32:/oracle/product/10g/rdbms/lib32
/home/oracleg>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 30 19:09:03 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 02:34 AM
тАО03-30-2007 02:34 AM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
fnsonly1-/fns/y1/r/home>echo $SHLIB_PATH
/oracle/product/10g/lib:/usr/lib/hpux32
fnsonly1-/fns/y1/r/home>sqlplus /
/usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
Killed
fnsonly1-/fns/y1/r/home>which sqlplus
/oracle/product/10g/bin/sqlplus
Still it is not working out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 02:44 AM
тАО03-30-2007 02:44 AM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
Have you checked that the user in question actually has permission to READ the directories and shared libraries?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 03:18 AM
тАО03-30-2007 03:18 AM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
The problem was regarding permissions only.
But now I am facing another problem:
fnsonly1-/fns/y1/r/home>sqlplus /
Error 6 initializing SQL*Plus
Message file sp1
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
fnsonly1-/fns/y1/r/home>echo $ORACLE_HOME
/oracle/product/10g
Can u help me again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 03:41 AM
тАО03-30-2007 03:41 AM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
Thats permissions again. If you don't care too much you can just run chmow -R 755 on your ORACLE_HOME (I *wouldn't* advise this)
Otherwise if you have access to metalink see Doc.ID 356850.1
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 03:41 AM
тАО03-30-2007 03:41 AM
SolutionThats permissions again. If you don't care too much you can just run chmod -R 755 on your ORACLE_HOME (I *wouldn't* advise this)
Otherwise if you have access to metalink see Doc.ID 356850.1
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2007 07:55 PM
тАО04-01-2007 07:55 PM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
I gave read permissions on all the files to OTHER users. The previous problem is gone but now I am facing some more problems:
fnsonly1-/fns/y1/r/home>sqlplus
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be functioning properly
I found on HP Forums that "There is a base bug 4516865. Permissions at the OS level aren't set properly after the Oracle 10gR2 install."
But I dont have Metalink access right no. So I can neither download patch nor see Doc.ID 356850.1 recommended by you.
Regards,
Ankit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2007 06:22 PM
тАО04-02-2007 06:22 PM
Re: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'
patch no. 4547817 (10.2.0.2 patchset for oracle database server)
Its around 1.3 GB in size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2007 06:30 PM
тАО04-23-2007 06:30 PM