Operating System - HP-UX
1824976 Members
3631 Online
109678 Solutions
New Discussion

Re: crt0: ERROR mmap failed for dld

 
Dan Newcombe
Advisor

crt0: ERROR mmap failed for dld

I'm not sure how - I was on vacation - but on a new system somehow one of our prorammers who had root access seems to have wiped out the /usr/lib/dld.sl file. I believe he somehow replaced it on a 11i box with one from a 11.0 box.

I have pulled the file off of the install/recovery CD and brought over a copy from someone else with a very similar box, but they all say

crt0: ERROR: mmap failed for dld (text) errno: 000000013

So, is there any way to recover this? I really don't look forward to reinstalling this whole system, but that's where it looks like I'm aiming now :(
1 REPLY 1
Dan Newcombe
Advisor

Re: crt0: ERROR mmap failed for dld

okay...that was easy - chmod 555 /usr/lib/dld.sl - thank you /usr/include/sys/errno.h for letting me know what 13 was.

Now everything gives Floating Exception (coredump) - not sure if that's better or worse!!!