Jan
07
2009
Updating Cpanel to Perl 5.8.8
Posted by keith in Cpanel, Internet Information Server 6, Linux, QmailYou may notice that if you attempt an easyapache update in Cpanel that you run into the following issue;
Premature end of script headers: /usr/local/cpanel/whostmgr/docroot/cgi/ easyapache.pl: Please check / usr / local / cpanel / logs / error_log for the exact error.
This indicates that you have either a bad install or an out of date instance of Perl. You can correct this by doing the following;
SSH into the vps / server and do the following;
cd /
wget http://layer1.cpanel.net/perl588installer.tar.gz
tar -xvzf perl588installer.tar.gz
cd ./perl588installer
./install
cd /
rm -rf ./perl588installer
rm ./perl588installer.tar.gz
rm -f /home/*/.cpanel-datastore/_usr_bin_perl_-v
All done!
Entries (RSS)