Sunday, March 2, 2008

Install the updated version of CPANEL

Updating CPAN will resolve both issues "1" and "2" for you as well as other issues. On productions systems (which almost always have a working LWP installed) this will occur automatically. To install CPAN manually, the steps are very similar to the above steps for LWP:

wget http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.82.tar.gz
tar zxvf CPAN-1.82.tar.gz
cd CPAN-1.82
perl Makefile.PL
make
make install

If you experienced problems with any recent installations and resolved them, then it is recommended that you run the following command:

/usr/local/cpanel/bin/checkperlmodules

This command is ran automatically by our update system. Running this command on new installs will ensure a proper Perl setup, otherwise it is optional.

No comments: