On Wed, 1 Oct 2003, Volker Kuhlmann wrote:

> > debug: bayes: DB_File module not installed, cannot use Bayes
>
> Sorry, a case of user-stupidity. Not being root I had to install in
> ~/lib/ and add a path to @INC in sa-learn, but got the path wrong.
>
> I still say it's a bug in sa-learn to not quit with an error if it can't
> find DB_File, and without it it's sure not doing anything useful.
>
> Volker

That's a trivial fix. Just pop open "sa-learn" in your favorite text
editor and add a line that says:

 use DB_File;

just right after the line that says:

 use strict;

Then Perl will bark at you if it cannot find DB_File.


-- 
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to