If you don't already have BerkeleyDB, which it appears you don't, you
can get it with CPAN:
# perl -MCPAN -e shell
cpan > install BerkeleyDB
It should fetch and install it for you.
Ronald I. Nutter wrote:
I am using the document from Scott Henderson to get SpamAssassin up and
running. I am trying to get Amavisd to work with SpamAssassin and
getting the following error -
Problem in Amavis::DB or Amavis::DB::SNMP code: Can't locate
BerkeleyDB.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2
/usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl) at (eval 34) line 11.
BEGIN failed--compilation aborted at (eval 34) line 11.
I am new to linux to troubleshooting this is a new area to me. Do I
need the BerkeleyDB stuff installed or am I having another problem ?
Thanks,
Ron
--------------------------------------------------------------------
Ron Nutter [EMAIL PROTECTED]
Network Manager
Information Technology Services (502)863-7002
Georgetown College
Georgetown, KY 40324-1696
--------------------------------------------------------------------
-----Original Message-----
From: Matt Kettler [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 19, 2004 8:49 AM
To: Daniel Quinlan; Larry Rosenman
Cc: [EMAIL PROTECTED]
Subject: Re: Why HAM learn on BAYES_99?
At 02:43 AM 8/19/2004 -0700, Daniel Quinlan wrote:
Why did the below message get learned as HAM on a bayes_99?
http://wiki.apache.org/spamassassin/AutolearningNotWorking
Dan.. AFAIK that's an outright bug in spamassassin. One of the rules of
autolearning introduced in the 2.61 series is to never autolearn
anything
that strongly contradicts existing learning (ie: never learn a message
as
ham that would be bayes_99)...
Did that intentional feature somehow get reverted out of 3.x?
http://bugzilla.spamassassin.org/show_bug.cgi?id=2437