Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
cpanel:upcp-perl-error [2010-12-27 09:33:10] – created garrett.plaskycpanel:upcp-perl-error [2011-05-16 11:59:27] – Approved garrett.plasky
Line 10: Line 10:
 The fix here is to grab a static update script from cPanel's mirror which will re-link and fix any critical cPanel Perl modules that are broken or missing. Bash one-liner to follow: The fix here is to grab a static update script from cPanel's mirror which will re-link and fix any critical cPanel Perl modules that are broken or missing. Bash one-liner to follow:
  
-<code console>wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static \ +<sxh plain; auto-links: false>wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static \ 
- && perl /root/updatenow.static --manual</code>+ && perl /root/updatenow.static --manual</sxh>
  
 Once complete, run <c>/scripts/upcp --force</c> again. Once complete, run <c>/scripts/upcp --force</c> again.
  
 {{tag>cpanel perl}} {{tag>cpanel perl}}