Differences

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

Link to this comparison view

Last revision Both sides next revision
cpanel:upcp-perl-error [2010-12-27 17:33:10]
garrett.plasky created
cpanel:upcp-perl-error [2011-05-16 18:59:27]
garrett.plasky Approved
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}}