That's seems easy enough!
Digest::MD5 isn't in perls include path (@INC).
These three following suggestions will work. They did for me.
I am new to this and am unsure of the security issues involved with this.
This is how I originally got the scripts working. Someone more knowledgable
may want to advise, but:
1) Figure out where Digest::MD5 got installed. Your looking for the
Directory Structure: ../Digest/MD5(.pm)?
either
a) after your first line perl call (#!/usr/bin/perl.. ) type (on the same
line) -I/the/directory/where/the/module/is (That' the -I switch) to force
another directory into the @INC path!
b) move the directory and contents into the @INC path (Find @INC from
command line with 'perl -V' I think?
c) put Digest/MD5 in the directory your scripts are (your cgi-bin or
wherever) (is always included in @INC by perl) I THINK THIS IS A HUGE SAFETY
ISSUE AND SOMETHING YOU DON'T WANT IN A PRODUCTION ENVIRONMENT!? Just a
guess though?)
Glad tto be off assistance
Regards
Gary Pomerant
http://www.thiscouldbeyour.com
Brainstorm Website Development
-----Original Message-----
From: Marc Herms (Mercator GmbH) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, December 04, 2000 1:53 PM
Subject: problems with Digest::MD5
>I had the OpenSRS script running just fine on my server. Now we have
>changed the server and now we have problems. I found out that maybe the
>perl modul (Digest::MD5) is missing and I have now downloaded this from
>Cpan and installed it. However, I still get the error:
>
>Checking for Digest::MD5... ERROR: Digest::MD5 not found: Can't locate
>Digest/MD5.pm in @INC (@INC contains:
> /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
>/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .)
>at (eval
> 1) line 3.
>
>What is wrong??
>
>thanks,
>
>marc
>
>
>
>NEUE ADRESSE!! NUOVO INDIRIZZO! NEW ADDRESS !
>
>Mercator GmbH
>V.le Regina Elena, 14
>09110 Cagliari (CA)
>Tel: +39 070 6013 330
>Fax: +39 070 6848 633
>
>
>*********************************
>* MERCATOR GmbH *
>* Your Presence Provider *
>* http://mercator.net *
>* e-mail: [EMAIL PROTECTED] *
>*********************************
>