Error:
Some times you may encounter the following error when you start a service or installing an application program.
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
Solution:
# cd /usr/local/src
# wget http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.25.tar.gz
# tar -zxvf Scalar-List-Utils-1.25.tar.gz
# cd Scalar-List-Utils-1.25
# perl Makefile.PL
# gmake
# gmake test
# gmake install
That's it... Try once again...