Zitat von Aaron Richton richton@nbcs.rutgers.edu:
Can't load 'blib/arch/auto/Net/LDAPapi/LDAPapi.so' for module \ Net::LDAPapi: blib/arch/auto/Net/LDAPapi/LDAPapi.so: undefined symbol:\ ldap_value_free at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm \ line 230. at test.pl line 11
Looks like you're linking wrong, maybe the wrong path, maybe the wrong LDAP library. Does "ldd blib/arch/auto/Net/LDAPapi/LDAPapi.so" produce sane results that match your OpenLDAP libraries?
i am not the "intended" reciever of your answer/original poster of the question, but as i have the same error messages maybe it helps:
----- marvin:~/krause/downloads/Perl-Net-LDAPapi-2 # ldd blib/arch/auto/Net/LDAPapi/LDAPapi.so linux-gate.so.1 => (0xffffe000) libc.so.6 => /lib/libc.so.6 (0xb7eb4000) /lib/ld-linux.so.2 (0x80000000) marvin:~/krause/downloads/Perl-Net-LDAPapi-2 # ----- is this correct? what should i get?
regards markus