Hi, On Monday 24 January 2005 13:03, Matt Stevenson wrote: > OK i've done some more testing and it seems to error > if Net::LDAP is installed as a user module. It seems > fine if installed into core perl. Did you have it > installed as a user module Peter?
What do you mean exactly by "user module" ? I use Debian and installed my updated version of perl-ldap as a private update to the latest Debian package into /usr/share/perl5, the place where Debian puts system-wide modules that are not part of perl core. Grepping the output of perl -V:* for vendorlib yields the following lines config_arg10='-Dvendorlib=/usr/share/perl5' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i386-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.4 -Dsitearch=/usr/local/lib/perl/5.8.4 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.4 -Dd_dosuid -des' installvendorlib='/usr/share/perl5' vendorlib='/usr/share/perl5' vendorlibexp='/usr/share/perl5' With this configuration the missing constant was not found. Hope it helps Peter -- Peter Marschall eMail: [EMAIL PROTECTED]
