dynamic linker error

Hi All

Could anyone help in giving a little background to the following runtime error.

/usr/lib/pa20_64/dld.sl: Mmap failed due to errno: 13.

Seen when executing a 64-bit ELF executable.

Thanks
Ed

Have you tried using "ldd" on the executable to see what libraries it attempts to load?

On HPUX error 13 is EACCES, "Permission denied"

Thanks Porter, I'm afraid to say I had the incorrect permissions set on the latest library download.

Could you give me direction for future error code look-ups.