- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shl_load error starting apache with php module
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
01-31-2001 09:43 AM
01-31-2001 09:43 AM
shl_load error starting apache with php module
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
If I remove the oci8 support it works fine. I have tried linking with -lpthread and -lcl
Please help me
Andrew Briggs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2001 04:44 AM
02-01-2001 04:44 AM
Re: shl_load error starting apache with php module
I don't know anything about Apache or Oracle oci8, but just as you linked with libpthread and libcl, you should try linking with whichever library --and (incrementally) its dependents-- that implements oci8 functionality. The shl_load( ) of that library will then become redundant and innocuous, unlike now...
Good luck,
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2001 05:08 AM
02-01-2001 05:08 AM
Re: shl_load error starting apache with php module
Are you sure the libcl.2 file is suited for the platform you are running on. The exec format error seems to mean the file is note recognized as being a library.
Try
file /usr/lib/libcl.2
This should print something like
/usr/lib/libcl.2: PA-RISC1.1 shared library -not stripped
This is just a hunch.
Bye,
Rik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2001 08:37 AM
02-01-2001 08:37 AM
Re: shl_load error starting apache with php module
How can I find out what libraries are required by the oci8 libraries ?
I've tried the file /usr/lib/libcl.2 and I get libcl.2: PA-RISC1.1 shared library -not stripped
as expected.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 12:27 PM
11-06-2002 12:27 PM
Re: shl_load error starting apache with php module
Charles