Mario Kulka wrote at Mon, 23 Jun 2003 03:40:03 +0000:

> Could anyone give me step by tep instructions on how to install a perl 
> module (MD5) on my host server. How come they don't have it installed? Isn't 
> popular enough?

BTW, the MD5 module is deprecated. It is recommended to install
Digest::MD5 instead.

The simplest way to install it is to type
perl -MCPAN -e 'install Digest::MD5'

The other, more classical way to install is to get the
package from cpan
(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.24.tar.gz)
to unpack it and then to follow the normal way
perl Makefile.PL
make
make test
make install
 (last as root)

Please read also
perldoc perlmodinstall
to get a more detailed explication.


Greetings,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to