-
Problem adding Perl-Net::Ping::External module
Good Morning:
I was trying to add some Perl Modules required for installing Pandora FMS 1.2 in a computer with Red Hat Enterprise Linux v. 4 update 4, but trying to do it with cpan shell I’ve found a trouble with Net::Ping::External module.
In fact, I don’t understand the reason of this issue, but I also must admit I am a beginner in this subject. Could you help me with the installation of this module? Is it really necessary for Pandora running fine? I’d really appreciate if you could give me some advice.
I attach you a part of the output of the command. Tell me if you need more info:
cpan> install Net::Ping::External
Running a more verbose test suite.
————————————————-Net::Ping::External version: 0.12
5/6 tests passed.Successful tests:
use Net::Ping::External qw(ping)
ping(host => ‘127.0.0.1’)
ping(host => ‘127.0.0.1’, timeout => 5)
ping(host => ‘127.0.0.1’, count => 10)
ping(host => ‘127.0.0.1’, size => 32)Failed tests:
ping(host => ‘some.non.existent.host’)Usage: ping [-LRUbdfnqrvVaA] [-c count] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [-t ttl] [-I interface or address]
[-M mtu discovery hint] [-S sndbuf]
[ -T timestamp option ] [ -Q tos ] [hop1 …] destinationOperating system according to perl: Operating system according to `uname -a` (if available):
Linux localhost.localdomain 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
Perl version: This is perl, v5.8.5 built for i386-linux-thread-multi
Ping help:
————————————————-Tests: fail
make: *** [test_dynamic] Error 1
/usr/bin/make test — NOT OK
Running make install
make test had returned bad status, won’t install without force
Thanks in advance.