Re: MD5

From: Charles Daminato (chuck@tucows.com)
Date: Fri Mar 08 2002 - 19:03:11 EST


Digest::MD5 and MD5 are two seperate modules.

What you've found is the Digest::MD5 module, you'll have to get and
install just plain MD5 (comes with some systems, doesn't with others)

You can do this:

perl -e shell -MCPAN
install MD5

Or get it here and compile/install yerself:

http://search.cpan.org/search?dist=MD5
http://www.cpan.org/authors/id/GAAS/MD5-2.02.tar.gz

Charles Daminato
TUCOWS Product Manager
chuck@tucows.com

On Sat, 9 Mar 2002, A. I. Sinclair wrote:

> Hi,
>
> I am doing a complete new install of 2.51 on a new server.
>
> verify_install.cgi reports :
>
> Checking for Digest::MD5 OK (version 2.16)
>
> Checking for MD5 ERROR: MD5 not found: Can't locate MD5.pm in @INC (@INC contains:
> /***/***/***/opensrs-2.51>/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at (eval 8) line 3.
>
> On my fbsd system I did : %find / -name MD5.pm
>
> and got : /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Digest/MD5.pm
>
> Am I mistaken in thinking that I do have MD5 installed?
>
> TIA for any suggestions.
>
>



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:04 EDT