Quoting [EMAIL PROTECTED]:
Trying to install the spamcopuri plugin so I can get away from the BigEvil.cf and start using the SURBL (SA 2.63) and I get the following errors complaining that Test/More.pm isn't there, even though it's clearly installed at /usr/local/lib/perl5/5.6.2/Test/More.pm
I didn't see anything about perl 5.8 being needed for this...I hope it's not!
su-2.05b# make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSDPAN -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/blacklist.........Can't locate Test/More.pm in @INC (@INC contains: blib/arch blib/lib /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 . /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at t/blacklist.t line 3. BEGIN failed--compilation aborted at t/blacklist.t line 3. t/blacklist.........dubious
It looks in @INC which does not include any 5.6.2 directories. Therefore, even
though More.pm is indeed there, its not where its looking for it.
Jim
