[ic] IC 4.8.2 / RH 7.2 / Perl-Digest-MD5-2.13-1

Dan Browning interchange-users@interchange.redhat.com
Thu Oct 25 17:22:00 2001


> OS Version: RH 7.2 :-)
> IC Version: 4.8.2
> Brief Description of Problem: perl-Digest-MD5-2.13-1 not 
> being recognized by IC
> *****
> Error Description:
> On the admin login, it alerts us saying that the MD5 perl 
> module is not installed.
> 
> What We Have Done:
> We have verified that it the package is installed through the 
> rpm -qa | grep MD5 commmand which returns:
> 
> perl-Digest-MD5-2.13-1
> 
> Any ideas are appreciated. Besides this, everything is 
> working perfectly.
> 
> Thanks.
> --
> Fred Pope

It never hurts to download the module from cpan and compile it yourself
(perl Makefile.PL; make; make test; make install)

Good luck,

-Dan