cPanel Config

Welcome to cPanelConfig the fastest growing cPanel configuration and troubleshooting guide on the internet. Please take the time and register. We would love to have your contribution to this completely free cPanel resource. We are updating this daily so be sure to visit us on a regular basis.

How to upgrade perl to v5.8.8

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 3 out of 5)
Loading ... Loading ...

Posted by yolau


Installing and running cPanel 11 require you to have perl v5.8.8. If you run an older version some things will not work properly (like spamassasin for example).
Do you need to upgrade?
YES if you running an older version.
How to check what version are you using?
Run:

perl -v

If you see anything like:

This is perl, v5.8.7 built for i686-linux

then you need to upgrade.

Upgrading is simple but I have seen a few problems in the past this is why I decided to write the how to.

  1. Download the cPanel perl installer
  2. wget http://layer1.cpanel.net/perl588installer.tar.gz

  3. Extract the archive
  4. tar zxvf perl588installer.tar.gz

  5. Run the installer
  6. cd perl588installer
    ./install

  7. Check perl modules
  8. /scripts/checkperlmodules

  9. Force a cPanel update
  10. /scripts/upcp –force

  11. Update perl information in user’s cPanel
  12. rm -rf /home/*/.cpanel;rm -rf /home/*/.cpanel-datastore

  13. Check the actual new perl version
  14. perl -v

    This should now output something like:

    This is perl, v5.8.8 built for i686-linux

Share this:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Netvouz
  • description
  • ThisNext
  • MisterWong
  • Wists
  • De.lirio.us
  • Furl
  • MyShare
  • Smarking
  • Technorati
  • YahooMyWeb

If you enjoyed this post, make sure you subscribe to my RSS feed!

3 Responses to “How to upgrade perl to v5.8.8”

  1. Thanks! This worked out great for my site. I was getting the annoying automated email telling me to upgrade to v5.8.8 for such a long time.

  2. Hi,

    The best way to upgrade perl is available from the link below. You need to backup the perl modules currently in server

    http://faq.cpanel.net/show.cgi?qa=118735939001134

  3. hi i am unable to upgrade perl version from 5.6 to 5.10.. please help me out

Leave a Reply