Bit of a common problem.

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 
> [EMAIL PROTECTED]
> Sent: 14 January 2004 22:15
> To: [EMAIL PROTECTED]
> Subject: [Razor-users] razor-agent
> 
> 
> 
> install without problems the Perl modules
>             Net::Ping
>             Net::DNS
>             Time::HiRes
>             Digest::SHA1
>             Getopt::Long
>             File::Copy
>             Digest::Nilsimsa
>             URI::Escape
> 
> the razor-agents-sdk install correctly
> But when I install  razor-agents  have this mistake
> 
> Digest::SHA1 object version 2.01 does not match bootstrap 
> parameter 2.07
> at /usr/lib/perl5/5.8.1/i386-linux-thread-multi/DynaLoader.pm 
> line 249.
> Compilation failed in require at test.pl line 11.
> BEGIN failed--compilation aborted at test.pl line 11.
> not ok 1
> make: *** [test_dynamic] Error 2
> 
> 
> Already  reinstalls the per-Digest-SHA1
> I use fedora core
> I use  v2 razor-agents v2 razor-agents-sdk
> 
> Thank you for help
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> Razor-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/razor-users
> 



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to