Re: [Razor-users] SHA1 problems

2004-03-06 Thread Thomas Kernes
Thank guysI had to do a combination of the things suggested: Download the digest Run the perl debugger Do the portupgrade Thanks again for the help. on 3/5/2004 22:04, [EMAIL PROTECTED] wrote: > ..doing it the easy way: > > # cd /usr/ports/mail/razor-agents/ > # make && sudo make install >

Re: [Razor-users] SHA1 problems

2004-03-05 Thread Andrew J Caines
Thomas, > FreeBSD 4.4 Given that the last STABLE release was 4.9 and that as time marches on, the ports march with it and sometimes leave behind older system releases, I'd recommend cvsup'ing your sources and ports, building and installing a new world and kernel in the correct manner, then.. > I

RE: [Razor-users] SHA1 problems

2004-03-05 Thread Alan Munday
Thomas Funny, I've not seen one of these in a while then I get two in one day :-) [This solution applied to a Linux build] Start perl in debug mode: User$> perl -d Then control d (^d) to get to the debug command prompt: At the debug command prompt: db1>use Digest::SHA1 At this point you

Re: [Razor-users] SHA1 problems

2004-03-05 Thread Todd Lyons
On Fri, 2004-03-05 at 13:01, Thomas Kernes wrote: > I have uninstalled and reinstalled the SHA1.pm and other SHA1.* modules > several times as well as reinstalling Spam Assassin 2.63 but I still get > these errors when trying to install Razor 2.36: > % perl Makefile.PL > Checking if your kit is co