Installing Perl on a cPanel server
Posted by Clayton | Posted in Linux, SSH, Tutorial | Posted on 05-07-2011
0
Installing/upgrading perl is a pretty straight forward task and is necessary for cPanel to function properly.
root@ohhai [~]# wget http://layer1.cpanel.net/perl588installer.tar.gz root@ohhai [~]# tar -xvzf perl588installer.tar.gz root@ohhai [~]# cd perl588installer root@ohhai [~]# ./install
If I remember correctly, the install takes 25-30 minutes to complete depending on your server setup.