Rob, You need to install the MD5 module (not Digest::MD5). You can do this with the CPAN shell:
$ perl -e shell -MCPAN > install MD5 Or get it here from CPAN directly: http://search.cpan.org/search?dist=MD5 Charles Daminato OpenSRS Product Manager Tucows Inc. - [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of [EMAIL PROTECTED] > Sent: June 12, 2002 1:17 AM > To: [EMAIL PROTECTED] > Subject: Can't locate object method "hash" via package "MD5" > > > > Having some major problems, anybodys help would be greatly > appreciated. I've > seen some reference to this problem a few times in the archives, but no > resolutions posted. > > When i try to run verify_install.cgi, or run any other page, i get this: > > _________OpenSRS Client Debugger__________ > > Operating System : Linux luxor 2.4.7-10smp #1 SMP Thu Sep 6 > 17:09:31 EDT 2001 i686 unknown > Perl compiled for : linux (i386-linux) > Client Version : XML:2.2.2 > Server Hostname : rr-n1-tor.opensrs.net > Server Port : 55000 > Reseller Username : XXXXXX > Private Key Length : 111 > Encryption method : Blowfish > Checking for Digest::MD5 : OK (version 2.20) > Checking for Crypt::DES : OK > Checking for Crypt::Blowfish : OK (version 2.09) > Checking for Crypt::CBC : OK (version 1.25) > Checking for XML::Parser : OK (version 2.30) > Checking for Unicode::Map : OK (version 0.112) > Checking for Unicode::String : OK (version 2.06) > Can't locate object method "hash" via package "MD5" > at /usr/local/psa/home/vhosts/somedomain.com/opensrs/lib/CBC.pm > line 31, <GEN0> > line 4. > > I had this system running on a different machine fine before, i > loaded all the > perl modules onto the new server, without a hitch, setup all the proper > variables for file locations, etc.. and I get this.. I even > tried the opensrs- > sf, with the same type of error. > > Any help would be greatly appreciated. > > Rob. >
