Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Undefined subroutine &PandoraFMS::Tools::UnixDate

  • Undefined subroutine &PandoraFMS::Tools::UnixDate

    Posted by raul on January 21, 2008 at 23:22

    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

    Sancho replied 17 years, 1 month ago 2 Members · 1 Reply
  • 1 Reply
  • Sancho

    Administrator
    January 21, 2008 at 23:29
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    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

    Date::Manip is a known perl module dependency, so… yes!, this is absolutely needed before install Pandora FMS on your system.