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

Kevin Walsh kevin at cursor.biz
Mon Jan 23 17:42:55 EST 2006


"Goss, Clayton" <cgoss at foxfireprinting.com> wrote:
> I have just inherited an Interchange system v4.6.5.  It is running on RH
> 7.2 and Apache 1.3.20.  I am getting the following in
> /var/log/interchange/error.log:
> 
> - - - [23/January/2006:16:12:06 -0500] - - hysterusdeal config error:
> Required  module not present. Aborting catalog.
> > In line 6 of the configuration file 'catalog.cfg':
> > Require module Digest::MD5    "Need %s %s for better cache keys."
> 
> ...and, of course, the "interchange start" command skips this catalog.
> 
> I have downloaded the perl 5.6.0 digest MD5 and MD5 rpms and installed,
> but no help.
> 
Try the following command:

    /usr/local/bin/perl -MCPAN -e "install Digest::MD5"

Assuming your unthreaded Perl is installed in /usr/local/bin, the above
should install the missing module.  Once the module is installed you will
be able to bring up your Interchange-driven website - assuming that there
are no other missing modules.

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


More information about the interchange-users mailing list