> > > > > By the way, I tried installing an earlier version of Digest::SHA1, > > same error. > > > > Has anybody out there got SA 3.0.2 and perl 5.8.6 running happily? > > > > FYI, I see this also right now in spamd debug log. > > razor2: razor2 check failed: Bad file descriptor Can't locate > auto/Digest/SHA1/reset.al in @INC > > On redhat 7.3 with perl 5.6.1... > > Dallas >
Easy fix.. I didn't have Digest::base so I installed http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-1.10.tar.gz The full error in debug log was.. @4000000041da1dc32be8af3c razor2: razor2 check failed: Bad file descriptor Can't locate auto/Digest/SHA1/reset.al in @INC (@INC contains: lib ../lib /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl) at /usr/lib/perl5/site_perl/5.6.1/i386-linux/Razor2/Signature/Whiplash.pm line 690 When I was running the older razor2 clients, it didn't need Digest::base... But now it does. So that is the fix for that, just in case someone needs it :) D