Operating System - HP-UX
1833827 Members
2182 Online
110063 Solutions
New Discussion

/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

 
Soumen Ghosh_1
Occasional Advisor

/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

Hello,

We were running HP-UX 11.0. Due to some problem in restoration, we had to reinstall HP-UX 11.0.
Now all the links under /usr/lib directory are recreated but the actual library files are as those were.
Now when I try to issue the command :
nm /usr/lib/dld.sl,
it gives the error :
/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

Please help me in understanding the problem and prospective method in correcting this.

Thanks in advance.

Soumen Ghosh
4 REPLIES 4
Steve Steel
Honored Contributor

Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

Hi

1)Are there any messages in /var/adm/syslog/syslog.log


2)Do you have

Patch Name: PHSS_20736

Patch Description: s700_800 11.00 LIBISAMSTUB patch

Creation Date: 99/12/17

Post Date: 99/12/20

3)swlist -l fileset -a state|grep -v "#"|grep -v configured

Does it give an output


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Shahul
Esteemed Contributor

Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

Hi

I am doubt U missed out some pathes after reinstallation? Please re check Ur patch level.

Best of luck
Shahul
Gnananandhan
Frequent Advisor

Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

Have you installed the core patch bundles, Sometime this lead system in trouble even if you are not using the system at all.

Regards,
Gnana A.
If there is a better way to do it, find it !
Kevin O'Donovan
Regular Advisor

Re: /usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libisamstub.1

Hi Soumen,

that error I've seen when the permissions on the shared library are wrong, for example its trying to execute libisamstub.1 and the file doesn't have execute permissions set for that user.

Check that /usr/lib/libisamstub.1 has execute permissions for whatever user you're running as.

hope that helps,
Kevin.