Welcome to Pandora FMS Community › Forums › Community support › starting network server
-
starting network server
Posted by david on March 19, 2007 at 20:41When 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-perlPandora network server
root@sol:~# apt-get install libio-socket-ssl-perl
root@sol:~# apt-get install libsnmp-perl
root@sol:~# apt-get install snmpd snmpand 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
-
::
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.gzExtract it, and then:
perl Makefile.PL
make
make test
make installAll the best.
Manu. -
::
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-perlPandora network server
root@sol:~# apt-get install libio-socket-ssl-perl
root@sol:~# apt-get install libsnmp-perl
root@sol:~# apt-get install snmpd snmpand 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!
-
-
::
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=announceThanks in advance 🙂