On 26 Jul 2004, at 16:57, news.hinet.net wrote:

perl Makefile.PL LIB=/home/joseph/perllib
make
make install



perl -MNet::LDAP

"LDAP_SUCCESS" is not exported by the Net::LDAP::Constant module at
/usr/local/modftp/mod_perl/Net/LDAP/Message.pm line 7
 ^^^^^^^^^^^^^^^^^^^^^^^^^^

his does not match the LIB path you gave above. Is that path in your @INC ??

perl -V will tell you that. If not you will need to use -I/home/joseph/perllib or set the environment variable PERL5LIB to /home/joseph/perllib

Graham.

"LDAP_COMPARE_TRUE" is not exported by the Net::LDAP::Constant module at
/usr/local/modftp/mod_perl/Net/LDAP/Message.pm line 7
"LDAP_COMPARE_FALSE" is not exported by the Net::LDAP::Constant module at
/usr/local/modftp/mod_perl/Net/LDAP/Message.pm line 7
Can't continue after import errors at
/usr/local/modftp/mod_perl/Net/LDAP/Message.pm line 7
BEGIN failed--compilation aborted at
/usr/local/modftp/mod_perl/Net/LDAP/Message.pm line 7, <DATA> line 1.
Compilation failed in require at /usr/local/modftp/mod_perl/Net/LDAP.pm line
13, <DATA> line 1.
BEGIN failed--compilation aborted at /usr/local/modftp/mod_perl/Net/LDAP.pm
line 13, <DATA> line 1.
Compilation failed in require, <DATA> line 1.
BEGIN failed--compilation aborted, <DATA> line 1.







Reply via email to