Date: Wed, 15 May 2002 14:57:51 +0200 From: F.Xavier Noria <fxn@retemail.es> To: Roberto Armenteros <rarmente@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG, rarmente1@yahoo.com Subject: Re: Help compiling a perl program - some problems related to MD5.pm Message-ID: <20020515145751.6d4641dd.fxn@retemail.es> In-Reply-To: <20020515122816.59761.qmail@web13609.mail.yahoo.com> References: <20020515122816.59761.qmail@web13609.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 May 2002 05:28:16 -0700 (PDT) Roberto Armenteros <rarmente@yahoo.com> wrote: : /usr/local/lib/perl5/site_perl/5.005/i386-freebsd <snip> : What i understand from here is that it cant find : MD5.pm, then i run the comand locate MD5.pm and I : found it in the following directory: : bash-2.05a$ locate MD5 : /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Digest/MD5.pm MD5 and Digest::MD5 are different packages, it seems the script uses the former and it is not installed. In fact, MD5 is deprecated in favor of Digest::MD5, but if you don't want to modify the script just install the port security/p5-MD5-2.02. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020515145751.6d4641dd.fxn>