I am trying to install Bugzilla on my Centos server. but I got this error:
Checking for DateTime-TimeZone (v0.71) not found
and
COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run this script):
/usr/bin/perl install-module.pl DateTime::TimeZone
If I run: /usr/bin/perl install-module.pl DateTime::TimeZone
then I get this:
CPAN: Storable loaded ok (v2.15)Reading '/root/.cpan/Metadata'
Database was generated on Sun, 09 Oct 2011 17:27:24 GMT
Installing DateTime::TimeZone version 1.39...
CPAN: Module::CoreList loaded ok (v2.56)
DateTime::TimeZone is up to date (1.39).
How can I fix this?
perl
other than/usr/bin/perl
? Do you have more than one build of Perl installed? Try runningperl install-module.pl DateTime::TimeZone
(no leading/usr/bin
). – Dy