# Make sure the bad version of Util.pm is removed. rm /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/Util.pm # Retrieve and compile the replacement wget http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz tar -zxvf Scalar-List-Utils-1.21.tar.gz cd Scalar-List-Utils-1.21 perl Makefile.PL make make install # Restart Apache service httpd restart