When attepting to run Makefile.PL for the SDK I am getting the error below. I could not find any instance of SHA1.pm on the system, so I ignored it and then ran make, make test or make install without any errors.
Digest::SHA1 is included in razor-agents-sdk, correct? In theory, by installing the SDK, you have installed SHA1. If you don't have root access, though, it probably installed it somewhere in your home directory. That means you'll need to change the include path for Perl (i.e. the list of directories where it looks for modules). That's the @INC list mentioned in the error.
I believe you can do this by setting the PERL5LIB environment variable. ("setenv PERL5LIB /path/to/modules" if you use tcsh or "export PERL5LIB=/path/to/modules" if you use bash). You can add this statement to your .cshrc or .bashrc file to have it set every time you log in.
Kelson Vibber
SpeedGate Communications <www.speed.net>
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Razor-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/razor-users
