Hi,

> looks to me like your MD5 library did not compile and install properly.

This does look like it's the case. You could also use MCPAN to install the
MD5 module or others, without the need to recompile PERL all the time.

/usr/local/bin/perl -MCPAN -e shell

The first thing to do is to follow all the stuff at the start to get
CPAN working and talking to local CPAN FTP servers.

then;

cpan> i /MOD_NAME/ <- this will search the CPAN site for that module if
                      your not sure what it is.

I.E. i /MD5/

cpan> install PERL:MODULE <- This is the name of the Perl Module


This will install the MD5 module or any other module that you find usefull
easily and quickly.

Paul Thornton.


===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to