Can’t locate DateTime.
pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at gatherbot_en.pl line 13.
BEGIN failed–compilation aborted at gatherbot_en.pl line 13.
You can use below command to install Datetime on server.
yum install perl-DateTime-TimeZone
After that if you are getting below error.
Can’t locate Date/Parse.pm in @INC
Then please run below command. It will ask to install some modules then keep on typing yes or hit enter.
cpan install Date::Parse
No comments:
Post a Comment