inside the mind of a linux admin

cPanel error: language cache is out of date

During an upcp, or visible on cPanel WHM you may encounter an error that says:

Warning: language cache is out of date. It is being rebuilt now

Can’t locate Class/Std.pm in @INC (@INC contains: /usr/local/cpanel /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi […]
Compilation failed in require at (eval 1) line 3.
…propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
BEGIN failed–compilation aborted at /usr/local/cpanel/Cpanel/Lang/Cache/Utils/C achelangfiles.pm line 14.
Compilation failed in require at /usr/local/cpanel/bin/cachelangfiles line 11.
BEGIN failed–compilation aborted at /usr/local/cpanel/bin/cachelangfiles line 1 1.
…Done

Fix:

# /scripts/cleanversion
# /scripts/perlinstaller –force Class::Std
# /scripts/upcp –force

Related Posts

synergy: How to enable crypto (encryption) and generate SSL certificate

The newer Linux versions of the popular mouse/keyboard sharing application “synergy” now has built in encryption. Here’s how to configure it: Just simply passing the –enable-crypto flag on your synergy server without having a proper SSL certificate will result in the inability to connect to clients and generate an error message similar to this in […]

Read More

Change Number Pad Delete (dot) key from a comma in Ubuntu Linux

I recently purchased a new keyboard and updated to the latest Ubuntu, I’m also an avid user of the number pad for quick input when dealing with spreadsheets or accounting. I found that my num pad’s delete key (“.”) was outputting a comma (“,”) instead. Pretty annoying? I agree, but this can be very easily […]

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.