- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to load dynamic 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
Forums
Discussions
Discussions
Discussions
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
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
12-02-2008 11:30 AM
12-02-2008 11:30 AM
Unable to load dynamic library
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/hpws/apache/php/lib/php/extensions/oci8.sl' - Unable to find library 'libclntsh.so.9.0'. in Unknown on line 0
The file exists under:
/acg/esm/dev/opt/OV/lib/hpux32/libclntsh.so.9.0
I have my SHLIB_PATH set to:
/opt/hpws/apache/lib:/opt/hpws/apache/lib/LDAP:/acg/esm/dev/opt/OV/lib/hpux32:/opt/OV/lib:/lib32:/u01/app/oracle/lib32/:/u01/app/oracle/lib:/opt/OV/lib
ORACLE_HOME:
/u01/app/oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 12:21 PM
12-02-2008 12:21 PM
Re: Unable to load dynamic library
Have a look at this thread.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1184596
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 12:52 PM
12-02-2008 12:52 PM
Re: Unable to load dynamic library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 03:19 PM
12-02-2008 03:19 PM
Re: Unable to load dynamic library
You could try using tusc to read dld's mind to see what it is doing.
Have you check the permissions on every element in the path:
acg/esm/dev/opt/OV/lib/hpux32/libclntsh.so.9.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 02:00 PM
12-04-2008 02:00 PM
Re: Unable to load dynamic library
In the Document titled: â HP-UX Apache-based Web Sever v3.01 powered by Apache Tomcat Webminâ it notes under the HP-UX Apache-based Web server -> PHP Extensions that Oracle (oci8.sl) client side libraries version 10i or later are supported.
The only problem is there was never a 10i release of Oracle. (The Oracle just smiled when I asked him about 10i...) There was only a 9i release of Oracle.
So, the oci8.sl was complied with the 9i client libraries. (You can not use 10 or 11â ¦)
Once I downloaded the 9i release (the client was hidden in the full release so get all the packages) and install the 9i client into a separate directory it worked. Please note that I changed the ORACLE_HOME in apachectl to point to my 9i client install.
Now, on to figure out why gd.sl wonâ t loadâ ¦
;)