Got "Call to mmap() failed" error when run a sample code on HP
617255Feb 25 2008 — edited Feb 25 2008I got the following error when I run my sample code on HP 11.11. I am using 32-bit oci libraries for HP.
/usr/lib/dld.sl: Call to mmap() failed - TEXT /vobs/Guru2/Oracle/HP-UX/libclntsh.sl.10.1
/usr/lib/dld.sl: Permission denied
IOT trap (core dumped)
The sample code itself doesn't have any problem, because it works well on Sun. In my code, there's no place call mmap( ), I believe it is called by the oci library. Does anybody have any idea on this error?
Thanks!