I'm having the exact same problem. Upgraded to 3.0, everything seems ok except the Bayes DB error. Tried
perl -MCPAN -e "install DB_File" And got same results as William below. SA is working, but no bayes is happening anymore. > ---------- ORIGINAL MESSAGE > From: Nichols, William <bnichols <at> ci.redding.ca.us> > Subject: RE: bayes db problem upgrade from 2.63 --> 3.0 > Newsgroups: gmane.mail.spam.spamassassin.general > Date: Wed, 22 Sep 2004 10:39:40 +0000 > > Tried that as well before mailing the list - I am having a problem with > install DB_File > > version.c:30:16: db.h: No such file or directory > make: *** [version.o] Error 1 > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > > hmmm - any help? > > -----Original Message----- > From: Rick Macdougall [mailto:rickm <at> nougen.com] > Sent: Wednesday, September 22, 2004 10:35 AM > To: Nichols, William > Cc: users <at> spamassassin.apache.org > Subject: Re: bayes db problem upgrade from 2.63 --> 3.0 > > > Nichols, William wrote: > > I installed spamassassin (test box) from cpan over my existing SA 2.63 > > > > > > When I try to sa-learn -sync I get the following "bayes db version 2 > is > > not able to be used, aborting! at > > /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/BayesStore/DBM.pm > line 160" > > Same problem till I upgraded DB_File > > perl -MCPAN -e "install DB_File" > > on a side note, I also needed to install Storable as well. > > Regards, > > Rick >