perl problems module DateTime could not be installed

Louisvdw

Member
Jun 23, 2011
13
0
51
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
Code:
/scripts/perlinstaller --force DateTime
and
Code:
# /scripts/perlinstaller --force List::MoreUtils
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
Code:
yum install ntp
ntpdate us.pool.ntp.org
service ntpd start
and it seems to have fixed it.