H-Sphere requires the following Perl modules on all its servers:
DBI
Digest-MD5
HTML-Parser
HTML-Tagset
LWP-ParallelUA (libwww in FreeBSD)
Mime-Base64
Net-DNS
URI
DBD-Pg
DBD-MySQL (MySQL-modules in FreeBSD)
Quota
MD5
Net
Data-ShowTable
GD-1
perl-Crypt-PasswordMD5
Crypt-Passwd
To upgrade a Perl module:
- Download the file from www.cpan.org
- untargzip the archive
- cd into directory
- Compile and install the package:
perl Makefile.PL
make
make install
During the upgrade, you may get a message that additional packages are
required. You need to set up these packages and try the installation again.
If you don't know where to get these packages, try
cpan.org
Alternatively, you can update perl using the
perl CPAN.pm module.
|