- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/dld.sl: Permission denied
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
09-18-2006 07:47 PM
09-18-2006 07:47 PM
/usr/lib/dld.sl: Permission denied
While installing jdk1.5 on HPUX operating system the following error is thrown.
/usr/lib/dld.sl: Call to mmap() failed - TEXT /home/user1/../../jre/lib/PA_RISC2.0/server/libjvm.sl
/usr/lib/dld.sl: Permission denied
Can anyone please point me where the problem is?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 08:51 PM
09-18-2006 08:51 PM
Re: /usr/lib/dld.sl: Permission denied
# ll -d /usr/lib/
dr-xr-xr-x 44 bin bin 12288 Aug 17 09:39 /usr/lib/
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 10:58 PM
09-18-2006 10:58 PM
Re: /usr/lib/dld.sl: Permission denied
[13] % ll -d /usr/lib
dr-xr-xr-x 41 bin bin 12288 Nov 14 2005 /usr/lib
Do I need any modifications for permissions to proceed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 12:03 AM
09-19-2006 12:03 AM
Re: /usr/lib/dld.sl: Permission denied
ll /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 258048 Mar 24 09:02 /usr/lib/dld.sl
read and execute from all.
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 12:28 AM
09-19-2006 12:28 AM
Re: /usr/lib/dld.sl: Permission denied
[21] % ll /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 188416 Jul 17 2002 /usr/lib/dld.sl
Is this related to memory issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 12:34 AM
09-19-2006 12:34 AM
Re: /usr/lib/dld.sl: Permission denied
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 12:47 AM
09-19-2006 12:47 AM
Re: /usr/lib/dld.sl: Permission denied
Have you installed recommended patches prior to installing JDK 1.5 ? it is important to patch your system and continue with installation.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 12:48 AM
09-19-2006 12:48 AM
Re: /usr/lib/dld.sl: Permission denied
http://www5.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_22535&sel={hpux:11.11,}&BC=main|pdb|search|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 02:22 AM
09-19-2006 02:22 AM
Re: /usr/lib/dld.sl: Permission denied
have you checked this site:
http://h18012.www1.hp.com/java/patches/index.html
from Ivan's link - you should go to the latest patch: PHSS_33037
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 03:02 AM
09-19-2006 03:02 AM
Re: /usr/lib/dld.sl: Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 04:54 PM
09-20-2006 04:54 PM
Re: /usr/lib/dld.sl: Permission denied
if its a problem of file permissions, i dont think the latest linker/loader patch will help.
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 07:16 PM
09-21-2006 07:16 PM
Re: /usr/lib/dld.sl: Permission denied
Cannot exec - /home/../../jre/bin/PA_RISC2.0/java
execvp(): Permission denied
By changing jre/bin/PA_RISC2.0/java to 555, getting old error
(usr/lib/dld.sl: Call to mmap() failed - TEXT /home/user1/../../jre/lib/PA_RISC2.0/server/libjvm.sl
/usr/lib/dld.sl: Permission denied) .
And /usr/lib/dld.sl have 555 by default.
Could you please suggest me where the problem lies?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 11:56 PM
09-21-2006 11:56 PM
Re: /usr/lib/dld.sl: Permission denied
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 12:36 AM
09-22-2006 12:36 AM
Re: /usr/lib/dld.sl: Permission denied
It looks like some of applications tries to use 64 bit library from 32 bit environment or vice verse.
Check all libraries with chatr command.
HTH