Locally applied patches:
MAINT18379
Built under linux
Compiled at Feb 18 2003 22:19:53
%ENV:
PERL5LIB="/home/joseph/perllib"
@INC:
/home/joseph/perllib/i386-linux-thread-multi
/home/joseph/perllib
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
"Graham Barr" <[EMAIL PROTECTED]> ???
news:[EMAIL PROTECTED] ???...
>
> 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.
> >
> >
> >
>