- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shl_load error
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
тАО04-21-2010 05:02 AM
тАО04-21-2010 05:02 AM
shl_load error
I've got the following error message in a
installation routine.
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /opt/java1.5/jre/lib/PA_RISC2.0/server/libjvm.sl
/usr/lib/dld.sl: Exec format error
Cannot open library /opt/java1.5/jre/lib/PA_RISC2.0/server/libjvm.sl
Has anybody an idea what might be the reason ?
Regards
Michi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2010 10:49 AM
тАО04-21-2010 10:49 AM
Re: shl_load error
Only on Integrity can you dynamically load shlibs with TLS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2010 12:02 AM
тАО04-22-2010 12:02 AM
Re: shl_load error
because the error occurs in the installation routine of a cmmercial application I think
that a patch in HP-UX is missing or maybe old
Unfortunatley I get no support from the supplier.
Regards
Michi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2010 12:57 AM
тАО04-22-2010 12:57 AM
Re: shl_load error
I'm not aware of any. They may have assumed if it worked on Integrity, it would work on PA?
You could try installing the latest linker patch. What HP-UX version are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2010 10:20 PM
тАО04-28-2010 10:20 PM
Re: shl_load error
I've a little more information for you.
The HP-UX version is 11.11 64bit.
There seems to be the problem. As far as
I know the application is coded an linkend in 32-bit mode. And I assume there is a java
library mismatch beetween 32bit and 64bit. Unfortunatly I'm no specialist for java.
My question is what must be set that
HP-UX only uses 32bit java library's or
only 64bit librarys ?
Regards
Michi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2010 11:24 PM
тАО04-28-2010 11:24 PM
Re: shl_load error
That's what the error said.
>And I assume there is a java library mismatch between 32bit and 64bit.
I don't see that. libjvm.sl above is 32 bit.
You don't have some SHLIB_PATH setting to point to some java1.4 shlibs do you?
>My question is what must be set to only use 32bit java libraries or only 64bit libraries?
The default is 32. If you want 64, you need to use -d64.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2010 06:46 PM
тАО04-29-2010 06:46 PM
Re: shl_load error
I forgot the one other way to get it to work:
LD_PRELOAD=/opt/java1.5/jre/lib/PA_RISC2.0/server/libjvm.sl \
executable parms ...
- Tags:
- LD_PRELOAD