On Sat, 2009-04-11 at 04:50 -0700, siyverts wrote: > BEGIN failed--compilation aborted at ../blib/lib/Mail/SpamAssassin/Bayes.pm > line 61. > Compilation failed in require at ../blib/lib/Mail/SpamAssassin.pm line 1477. > Not found: anything = > # Failed test 1 in t/SATest.pm at line 667 > Output can be examined in: > Failed 1/1 subtests > t/basic_obj_api.................ok > t/bayesdbm......................Can't locate Digest/SHA1.pm in @INC
Running on absolutely no coffee yet... Maybe you should simply install the required Perl module Digest::SHA1. guenther -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}