I seem to have two perl directories. Looks like it is looking in
the old one for MD5, which does exist there. Should I change this?
How?
/usr/lib/perl5/site_perl/5.005/Digest/Perl/MD5.pm
/usr/lib/perl5/site_perl/5.005/MD5.pm
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Digest/MD5.pm
/usr/lib/perl5/site_perl/5.005/MD5.pm
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Digest/MD5.pm
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/MD5.pm
TIA.
David
David
At 12:21 AM +0200 5/29/01, Csongor Fagyal wrote:
----- Original Message -----From: Charles DaminatoTo: David E. LeVine ; [EMAIL PROTECTED]Sent: Monday, May 28, 2001 4:15 PMSubject: RE: perl script install?Some Perl modules do not have MD5 installed (on top of Digest::MD5), you need to get this from CPAN at http://search.cpan.org (or using the command line)
And be careful, as there are more than one CPAN modules that look like "the" MD5 module :-)
But only one of them is good. I had problems using one of the digest modules... I think it was Digest-MD5-2.13 that did NOT work for me (RedHat 6.2, PERL 5.6, OpenSRS 2.33), but MD5-1.7 did.
Actually it does matter if it is "use Digest::MD5" or "use MD5", IMO.
- Cs.
