With reference to this thread about this error :
http://forums.cpanel.net/f5/perl-problems-module-datetime-could-not-installed-142689.html
I tried to run
and
only find out that the servers time was in the past and that is why the DateTime module did not want to install correctly.
I installed NTP
and it seems to have fixed it.
http://forums.cpanel.net/f5/perl-problems-module-datetime-could-not-installed-142689.html
I tried to run
Code:
/scripts/perlinstaller --force DateTime
Code:
# /scripts/perlinstaller --force List::MoreUtils
I installed NTP
Code:
yum install ntp
ntpdate us.pool.ntp.org
service ntpd start