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 starting network server

  • starting network server

    Posted by david on March 19, 2007 at 20:41

    When I’m going to start network server it shows me this error:

    root@sol:/opt/pandora_server# ./pandora_network start
    Can’t locate Net/Ping/External.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./pandora_network.pl line 27.
    BEGIN failed–compilation aborted at ./pandora_network.pl line 27.
    Cannot start Pandora Network Server. Aborted
    root@sol:/opt/pandora_server#

    I have all this packages installed:

    Pandora Data server

    root@sol:~# apt-get install libxml-perl
    root@sol:~# apt-get install libdigest-hmac-perl
    root@sol:~# apt-get install libdate-manip-perl
    root@sol:~# apt-get install libdbd-mysql-perl
    root@sol:~# apt-get install libtimedate-perl
    root@sol:> # apt-get install libxml-simple-perl

    Pandora network server

    root@sol:~# apt-get install libio-socket-ssl-perl
    root@sol:~# apt-get install libsnmp-perl
    root@sol:~# apt-get install snmpd snmp

    and perl :

    root@sol:/opt/pandora_server# perl -v

    This is perl, v5.8.8 built for i486-linux-gnu-thread-multi

    It seems net::ping is not installed, but I think this package is in perl 5.8,

    Thanks for all!

    manu replied 17 years, 11 months ago 3 Members · 4 Replies
  • 4 Replies
  • manu

    Member
    March 19, 2007 at 21:01
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi david.
    First of all, you don’t know tell us which distro are you installing pandora in, but, anyways, the fact is that in some distros the external ping is not included as a package.
    You might want download http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Net-Ping-External-0.12.tar.gz

    Extract it, and then:

    perl Makefile.PL
    make
    make test
    make install

    All the best.
    Manu.

  • raul

    Member
    March 19, 2007 at 22:47
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi!

    In debian-based Distros:

    [code:1]apt-get install libnet-ping-external-perl

    Regards,

    Raul

    When I’m going to start network server it shows me this error:

    root@sol:/opt/pandora_server# ./pandora_network start
    Can’t locate Net/Ping/External.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./pandora_network.pl line 27.
    BEGIN failed–compilation aborted at ./pandora_network.pl line 27.
    Cannot start Pandora Network Server. Aborted
    root@sol:/opt/pandora_server#

    I have all this packages installed:

    Pandora Data server

    root@sol:~# apt-get install libxml-perl
    root@sol:~# apt-get install libdigest-hmac-perl
    root@sol:~# apt-get install libdate-manip-perl
    root@sol:~# apt-get install libdbd-mysql-perl
    root@sol:~# apt-get install libtimedate-perl
    root@sol:> # apt-get install libxml-simple-perl

    Pandora network server

    root@sol:~# apt-get install libio-socket-ssl-perl
    root@sol:~# apt-get install libsnmp-perl
    root@sol:~# apt-get install snmpd snmp

    and perl :

    root@sol:/opt/pandora_server# perl -v

    This is perl, v5.8.8 built for i486-linux-gnu-thread-multi

    It seems net::ping is not installed, but I think this package is in perl 5.8,

    Thanks for all!

  • david

    Member
    March 20, 2007 at 11:28
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thanks for all,
    I’ve downloaded the package and compiled, all Is working ok.
    thanks.

  • manu

    Member
    March 20, 2007 at 13:04
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I’m glad to hear that!
    Now, it’s your time to help us a little bit
    http://pandora.sourceforge.net/en/index.php?sec=announce

    Thanks in advance 🙂