Hello,
I am hoping that someone could please assist me with the following
problem.
I'm getting Segmentation Fault - core dump errors when I try to run a
simple test perl script
#!/usr/local/bin/perl
# test perldap install
use Mozilla::LDAP::Entry;
exit;
I've compiled perldap 1.4.1 per the README and INSTALL instructions.
make and make test went fine. I also compiled and used NETSCAPE
DIRECTORY SDK 4.1 FOR C.
I tried to do a truss when I run the program and I get something like
the following:
close(6) = 0
open("/usr/lib/libplc3.so", O_RDONLY) Err#2 ENOENT
munmap(0xFF152000, 5788) = 0
munmap(0xFF120000, 140055) = 0
munmap(0xFF0C8000, 156056) = 0
munmap(0xFF000000, 760441) = 0
munmap(0xFF116000, 2228) = 0
munmap(0xFF100000, 24854) = 0
munmap(0xFEFA0000, 18808) = 0
munmap(0xFEF70000, 136592) = 0
close(7) = 0
munmap(0xFF370000, 8192) = 0
Incurred fault #6, FLTBOUNDS %pc = 0xFEFD3BBC
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
*** process killed ***
I am using Solaris 2.7, gcc 2.95.3, make 3.79, perl 5.6.1, perldap
1.4.1, Mozilla Netscape SDK 4.1
I appreciate any tips or suggestions that anybody may offer to help me
solve this problem. Thank you in advance.