Operating System - HP-UX
1753701 Members
4907 Online
108799 Solutions
New Discussion юеВ

/usr/lib/dld.sl: Permission denied

 
Srivania
Occasional Advisor

/usr/lib/dld.sl: Permission denied

Hello

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.
13 REPLIES 13
Ivan Krastev
Honored Contributor

Re: /usr/lib/dld.sl: Permission denied

Check the permissions on parrent dir - /usr/lib/ .

# ll -d /usr/lib/
dr-xr-xr-x 44 bin bin 12288 Aug 17 09:39 /usr/lib/

regards,
ivan
Srivania
Occasional Advisor

Re: /usr/lib/dld.sl: Permission denied

Thanks for the reply. Below is the permissions value


[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?
Ivan Krastev
Honored Contributor

Re: /usr/lib/dld.sl: Permission denied

Check and the perms of file.

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
Srivania
Occasional Advisor

Re: /usr/lib/dld.sl: Permission denied

Yes, I have read and execute permission even for /usr/lib/dld.sl .

[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?
Srivania
Occasional Advisor

Re: /usr/lib/dld.sl: Permission denied

I am getting the above mentioned error on HPUX B.11.11 version and trying to install jre 1.5.0.02 . Some of the links from forum suggested to install patches. Can you please point out the links where they are available and the exact patch information.

Thanks.
Arunvijai_4
Honored Contributor

Re: /usr/lib/dld.sl: Permission denied

Hi Srivania,

Have you installed recommended patches prior to installing JDK 1.5 ? it is important to patch your system and continue with installation.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ivan Krastev
Honored Contributor

Re: /usr/lib/dld.sl: Permission denied

V. Nyga
Honored Contributor

Re: /usr/lib/dld.sl: Permission denied

Hi,

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
*** Say 'Thanks' with Kudos ***
Srivania
Occasional Advisor

Re: /usr/lib/dld.sl: Permission denied

Thanks all of you for the information. I'll get back you after I am done with installation of patch.