sparek-3

Well-Known Member
Aug 10, 2002
2,148
265
388
cPanel Access Level
Root Administrator
I upgraded one of our servers to cPanel 11.36 from 11.32 and now I'm having problems with a customer's E-Blah forum. The error log is complaining about a missing perl module:

Code:
List::Util object version 1.21 does not match bootstrap parameter 1.27 at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/XSLoader.pm line 94
Any clues on how to resolve this?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

Please run the following command and let us know if it helps:

Code:
# /scripts/autorepair scalarutil
Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
This script is an autofixer to resolve an issue with List::Util when a mismatch occurs between the .pm file and the .so file. This removes the mismatched file and reinstalls List::Util.

Thank you.