At 3/6/03 12:00 PM, Tomas - Eclipse wrote:

>opensrs gurus,
>
>I'm trying to get opensrs client version 2.7 but with no success so far,
>and have verified all the requirements have been met on a default
>installtion of redhat 7.2 and 7.3:
>
>perl -MCPAN -e 'install Crypt::Blowfish'
>perl -MCPAN -e 'install Crupt::CBC'
>perl -MCPAN -e 'install MIME::Base64'
>perl -MCPAN -e 'install MIME::Base64'
>
># ./verify_install.cgi
>
>_________OpenSRS Client Debugger__________
>
>OpenSRS version               : 2.7
>Perl version                  : 5.006001
>Operating System              : Linux xxx.com 2.4.18-3 #1 Thu Apr 18
>07:37:53 EDT 2002 i686 unknown
>Perl compiled for             : linux (i386-linux)
>Server Hostname               : horizon.opensrs.net
>Server Port                   : 55000
>Reseller Username             : xxxxxxx
>Checking for Digest::MD5      : OK (version 2.23)
>Checking for MD5              : ERROR: MD5 not found: Can't locate loadable
>object for module MD5 in @INC (@INC contains:
>/usr/local/opensrs-client-2.7/lib /usr/lib/perl5/5.6.1/i386-linux
>/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux
>/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0
>/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux
>/usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at (eval 8)
>line 3
>Compilation failed in require at (eval 8) line 3.


You can fix this by installing MD5:

  http://search.cpan.org/author/GAAS/MD5-2.02/

However, this appears to be a bug in verify_install.cgi -- it lists "MD5" 
as a required module, but OpenSRS 2.72 now uses only "Digest::MD5" and 
not "MD5". So you might find that the actual scripts work even if 
verify_install.cgi doesn't (at least with 2.72; not sure if 2.7 used 
"MD5").

Suggestion to OpenSRS: remove "MD5" as a required module from 
verify_install.cgi.

(Note that these kinds of things are better discussed on dev-list, and 
not discuss-list.)

-------------------------------------------------
Robert L Mathews, Tiger Technologies

Reply via email to