When using this module as part of a CGI script and then compiling using active state, I receive the following errors (not if I do not compile and merely run as a plain old perl script, everything works fine). This is actually the first time I've had trouble using the activestate perl compiler with anything...

seek() on unopened filehandle DATA at /PerlApp/Net/LDAP/Constant.pm line 33.
readline() on unopened filehandle DATA at /PerlApp/Net/LDAP/Constant.pm line 36.
"LDAP_SUCCESS" is not exported by the Net::LDAP::Constant module at 
/PerlApp/Net/LDAP/Message.pm line 8
"LDAP_COMPARE_TRUE" is not exported by the Net::LDAP::Constant module at 
/PerlApp/Net/LDAP/Message.pm line 8
"LDAP_COMPARE_FALSE" is not exported by the Net::LDAP::Constant module at 
/PerlApp/Net/LDAP/Message.pm line 8
Can't continue after import errors at /PerlApp/Net/LDAP/Message.pm line 8
BEGIN failed--compilation aborted at /PerlApp/Net/LDAP/Message.pm line 8.
BEGIN failed--compilation aborted at /PerlApp/Net/LDAP.pm line 12.

Any ideas how to prevent these errors?





Reply via email to