[ic] Intchg 4.6.5 cannot find Digest::MD5...

Kevin Walsh kevin at cursor.biz
Mon Jan 23 20:32:16 EST 2006


"Goss, Clayton" <cgoss at foxfireprinting.com> wrote:
> Kevin and Davor suggest:
> > some/path/bin/perl -MCPAN -e "install Digest::MD5" 
> 
> Thank you for the suggestion.  I have done this for the perl referenced
> in the interchange script.  Unfortunately, it is still putting the same
> error message in the error.log:
> 
> > In line 6 of the configuration file 'catalog.cfg':
> > Require module Digest::MD5    "Need %s %s for better cache keys."
> 
Be sure that the Perl you installed the module into is the Perl used
by Interchange.  You might have more than one Interchange instance
installed on your system.

It won't do any harm to install that module into every Perl instance
you have on your server, including /usr/bin/perl and /usr/local/bin/perl.
Hopefully you don't have any others lurking in there.

One other thing: Make sure that the module actually installed, and
didn't bomb out with an error.  You can check whether the module is
present by typing the following:

    /path/to/perl -MDigest::MD5 -le 'print $Digest::MD5::VERSION'

The above will either give you a version number, such as 2.33, or
it will give you an error (Can't locate Digest/MD5.pm in @INC).

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list