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 should see the error that you encountered during the
Razor2 build.

Go get the latest Digest::SHA1 from the CPAN web site.
http://search.cpan.org  (currently 2.07)

(Don't do this via "perl -MCPAN -e shell" as you may need to reload the
Digest::SHA1 module several times)

For Digest::SHA1 do the usual build steps on your machine:

User$> perl Makefile.PL
User$> make
User$> make test
User$> make install

Go back to the perl debugger and re-issue the use command:

  db2>use Digest::SHA1

This should now load without error.

Continue with your Razor2 install. After each module is installed check the
Digest::SHA1 status in the perl debugger (I've had to do it several times
before now). If you get an error re-issue the make install for Digest::SHA1
and continue.

This worked for me YMMV.

HTH

Alan

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Thomas Kernes
> Sent: 05 March 2004 21:02
> To: [EMAIL PROTECTED]
> Subject: [Razor-users] SHA1 problems
> 
> 
> I realize that this has been posted an infinite number of 
> times.  I have
> checked all of the archives and googled extensively, but none of the
> solutions I have found have helped.
> 
> FreeBSD 4.4
> 
> 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 complete...
> Looks good
> Checking if your kit is complete...
> Looks good
> Warning: prerequisite Digest::SHA1 1 not found.
> 
> Digest::SHA1 object version 2.01 does not match bootstrap 
> parameter 2.07 at
> /usr/local/lib/perl5/5.8.1/i386-freebsd/DynaLoader.pm line 249.
> 
> 
> Any guidance at all would be greatly appreciated.
> 
> Thank you.
> 
> -- 
> Thomas Kernes
> [EMAIL PROTECTED]
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Razor-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/razor-users
> 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to