HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't find path for shared library
Operating System - HP-UX
1834903
Members
2773
Online
110071
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-09-2006 09:17 PM
11-09-2006 09:17 PM
Can't find path for shared library
Hi,
for a new version of splus (7.0) we had to install a new Version of JAVA JRE (1.5) and for this a bunch of patches on HP-UX 11i.
Now we get the errormessages
/usr/lib/dld.sl: Can't find path for shared library: libjvm.sl
/usr/lib/dld.sl: No such file or directory
with the new and the older versions of splus (which worked before).
I tried to explicitly set SHLIB_PATH and checked the binary of the program with chatr to see, whether it's enabled. I even copied the libjvm.sl of the splus package to /usr/lib, so it should be findable, but no success. Which other conditions are known to cause such a message?
for a new version of splus (7.0) we had to install a new Version of JAVA JRE (1.5) and for this a bunch of patches on HP-UX 11i.
Now we get the errormessages
/usr/lib/dld.sl: Can't find path for shared library: libjvm.sl
/usr/lib/dld.sl: No such file or directory
with the new and the older versions of splus (which worked before).
I tried to explicitly set SHLIB_PATH and checked the binary of the program with chatr to see, whether it's enabled. I even copied the libjvm.sl of the splus package to /usr/lib, so it should be findable, but no success. Which other conditions are known to cause such a message?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 09:44 PM
11-09-2006 09:44 PM
Re: Can't find path for shared library
Hi,
did you just set the SHLIB_PATH or did you also export it ?
Did you check all your other java related variables (JAVA_HOME,CLASSPATH..)?
Did you check all your links from your new java jre install ?
See:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=739519
If you found these comments useful, please see:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
did you just set the SHLIB_PATH or did you also export it ?
Did you check all your other java related variables (JAVA_HOME,CLASSPATH..)?
Did you check all your links from your new java jre install ?
See:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=739519
If you found these comments useful, please see:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 10:47 PM
11-09-2006 10:47 PM
Re: Can't find path for shared library
Hi Peter
I had already exported the SHLIB_PATH
and now defined and exported
CLASSPATH=/opt/java1.5/jre/lib
JAVA_BINDIR=/opt/java1.5/jre/bin
JAVA_HOME=/opt/java1.5/jre/
JAVA_ROOT=/opt/java1.5/jre/
JRE_HOME=/opt/java1.5/jre/
These were all the Java-related variables I found.
I also set LD_LIBRARY_PATH and LIBPATH as was
recommended in another thread to a similar problem
No changes in the behaviour so far.
I found something maybe important in the coredump to this error:
/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD
But I cannot judge, which error is the consequence of the other
I had already looked into the link you gave me, but it didn't help.
I just discovered, that the splus-java-executable
is PA-RISC1.1 shared executable dynamically linked
and the JRE-libs are in directories called
..PA_RISC2.0W... and
..PA_RISC2.0...
Does this go together? Maybe I installed the wrong JAVA-Kit.
I had already exported the SHLIB_PATH
and now defined and exported
CLASSPATH=/opt/java1.5/jre/lib
JAVA_BINDIR=/opt/java1.5/jre/bin
JAVA_HOME=/opt/java1.5/jre/
JAVA_ROOT=/opt/java1.5/jre/
JRE_HOME=/opt/java1.5/jre/
These were all the Java-related variables I found.
I also set LD_LIBRARY_PATH and LIBPATH as was
recommended in another thread to a similar problem
No changes in the behaviour so far.
I found something maybe important in the coredump to this error:
/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD
But I cannot judge, which error is the consequence of the other
I had already looked into the link you gave me, but it didn't help.
I just discovered, that the splus-java-executable
is PA-RISC1.1 shared executable dynamically linked
and the JRE-libs are in directories called
..PA_RISC2.0W... and
..PA_RISC2.0...
Does this go together? Maybe I installed the wrong JAVA-Kit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 09:38 PM
11-15-2006 09:38 PM
Re: Can't find path for shared library
The problem is solved now.
It turned out that one of the patches (PHSS_33037) caused this error under certain circumstances. Meanwhile the patch is replaced by PHSS_35379 and with this patch it's ok.
It turned out that one of the patches (PHSS_33037) caused this error under certain circumstances. Meanwhile the patch is replaced by PHSS_35379 and with this patch it's ok.
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