-
Undefined subroutine &PandoraFMS::Tools::UnixDate
I have received several questions about this error when executing Pandora Data Server:
[code:1]Undefined subroutine &PandoraFMS::Tools::UnixDate called at /usr/lib/perl5/site_perl/5.8.8/PandoraFMS/Tools.pm line 146.
Cannot start Pandora FMS Data Server. Aborted.This error is due to the Perl module at $PANDORA_PATH/lib/PandoraFMS/Tools.pm that uses the “UnixDate” function. This function comes with Date::Manip Perl module. So the solution is just install that module.
Raúl