On Thu, Jul 04, 2002 at 02:25:49PM +0300, Marko Asplund wrote: > i'm trying to install SpamAssasin v2.31 on a Red Hat 6.2 machine. make > succeeds but make test fails with lots of error messages saying: > t/db_based_whitelist.Can't locate Pod/Usage.pm in @INC > any ideas on what's going wrong? i use Perl v5.005_03.
Try: perl -MCPAN -e shell install Pod::Usage install Mail::SpamAssassin exit I would even suggest the following (I use that when I have to setup spamassassin on a new system) : install Time::HiRes install Pod::Usage install Test::Simple install Net::DNS install Mail::Audit install Mail::Internet install Net::SMTP install Mail::SpamAssassin This way, everything will be correctely installed. "install Mail::SpamAssassin" would normally be enough, but it seems that some of the dependencies are not defined clean enough... HTH :) Olivier -- _________________________________________________________________ Olivier Mueller - [EMAIL PROTECTED] - PGPkeyID: 0E84D2EA - Switzerland qmail projects: http://omail.omnis.ch - http://webmail.omnis.ch ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Caffeinated soap. No kidding. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk