http://bugzilla.spamassassin.org/show_bug.cgi?id=2828
------- Additional Comments From [EMAIL PROTECTED] 2004-01-09 14:38 ------- Subject: Re: "make test" requires Digest::SHA1 Yes I'm sure. The problem appeared with Razor2 install as well. I found a work around for it then and responded to another razor user having the same issue, here is a copy & paste of what I sent him: ---Paste--- I found that my perl version had SHA1.pm installed into the shared_site area. THAT version of it was 2.01 not the 2.07 that razor needed. So I moved that version and re-installed it using cpan. Your location might be diffrent, mine was /usr/local/lib/perl5/5.8.1/site_perl/Digest/SHA1.pm Locate it, move it to a safe place. start perl like this: perl -MCPAN -e shell Then type this: force install Digest::SHA1 Once its done type quit. In the directory where you have the razor files for install. type: make clean Then check for a makefile.old and delete it. Then type: perl Makefile.PL make make test make install ---End Paste--- ----- Original Message Follows ----- > > http://bugzilla.spamassassin.org/show_bug.cgi?id=2828 > > [EMAIL PROTECTED] changed: > > What |Removed |Added > -------------------------------------------------------------------- > -------- > Version|current-CVS |2.61 > > > > ------- Additional Comments From [EMAIL PROTECTED] > 2004-01-09 11:56 ------- This is probably 2.61. We had a bug with > Digest::SHA1 but I thought it was fixed for that version... Kevin, > is that really version 2.61? > > > > > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. ==================== Kevin W. Gagel Network Administrator (250) 561-5848 local 448 (250) 562-2131 local 448 -------------------------------------------------------------- The College of New Caledonia, Visit us at http://www.cnc.bc.ca Virus scanning is done on all incoming and outgoing email. -------------------------------------------------------------- ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
