Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to recompile perl in cPanel  (Read 2703 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
How to recompile perl in cPanel
« on: January 30, 2014, 10:43:19 pm »
Hey Guyz,

We can recompile the perl in cPanel with simple steps

In order to view which version of perl is used by typing the following command

# perl -v

We can upgrade the cPanel without breaking it by

# wget http://layer1.cpanel.net/perlxinstaller.tar.gz

# tar xfz perlxinstaller.tar.gz

# cd perlxinstaller

#./install



After doing this we need to update the cpanel by

# /scripts/upcp


To view necessary modules were installed by

# /usr/local/cpanel/bin/checkperlmodules



That's It :)  :)