[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Update MD5Sum?
- Subject: RE: [cobalt-users] Update MD5Sum?
- From: "Andy Brown" <andy.brown@xxxxxxxxxxxxx>
- Date: Tue Oct 22 08:00:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
<snip>
> Digest::MD5 2.09 or higher required. This module is used
> to create hash entries for the AxKit cache, and
> in a number of other parts of the code for MD5 hashing. You will
> need to install that module before installing AxKit.
>
> Digest::MD5 version 2.09 required--this is only version 2.07
> at (eval 2) line 1.
> BEGIN failed--compilation aborted at (eval 2) line 1.
</snip>
Depending on how brave you're feeling you can do this in one of two ways.
Personally i've never had problems using CPAN, and just NEVER NEVER letting it upgrade perl!!
perl -MCPAN -e shell
then just type:
install Digest::MD5
and it should get the library, etc.
If you don't like to use CPAN (And a lot of people on the list will advise that as there are some bad stories!!)
go to kobesearch.cpan.org
put in MD5
Find the one you want and choose the Download, then its the usual:
perl Makefile.pl
make
make test
make install
(all as root of course)
Hope that gets you going!
Regards,
Andy
andy@xxxxxxxxxx
http://www.raqpak.com <-- Unofficial FAQs and PKGs