<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18999">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>This looks like a PERL problem to me. The PERL interpreter is
telling us it can't locate Arping.pm in the standard library seach paths, and it
goes ahead to list those for us.</FONT></DIV>
<DIV><FONT size=2>When you have Arping.pm present on your system, add the
following line into your check_arping.pl (near the beginning and before line
34!):</FONT></DIV>
<DIV><FONT size=2>use lib "path-to-your-Arping.pm-location";</FONT></DIV>
<DIV><FONT size=2>where path-to-your-Arping.pm-location is a complete pathname
e.g. /usr/local/nagios/libexec/Net (remember the quotes around it)</FONT></DIV>
<DIV><FONT size=2>So this is a missing PERL library, not a missing unix
system library. There are at least two other ways to fix this PERL search path,
but I find this method best.</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=tntteam@free.fr href="mailto:tntteam@free.fr">Tntteam</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=nagiosplug-help@lists.sourceforge.net
href="mailto:nagiosplug-help@lists.sourceforge.net">nagiosplug-help@lists.sourceforge.net</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, 8 January 2011 2:22
a.m.</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [Nagiosplug-help] check_arping
dependencies</DIV>
<DIV><BR></DIV><BR>
<DIV class=gmail_quote>Hi,<BR><BR>First, thanks for the great work you do
guys.<BR><BR><BR>I'm trying to use check_arping plugin but with no
success.<BR><BR>I tried install these packages :<BR><BR>libnet-pcap-perl
libnet-libdnet-perl libnet-arp-perl arping<BR><BR>But still not working :
<BR><BR><A
href="mailto:root@supervision:/usr/lib/perl5/Net">root@supervision:/usr/lib/perl5/Net</A>#
/usr/local/nagios/libexec/<A href="http://check_arping.pl"
target=_blank>check_arping.pl</A> -H 127.0.0.1 -I eth0 -T 10<BR>Can't
locate Net/Arping.pm in @INC (@INC contains: /usr/lib/nagios/plugins
/usr/local/nagios/libexec /etc/perl /usr/local/lib/perl/5.10.1
/usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/usr/local/nagios/libexec/<A href="http://check_arping.pl"
target=_blank>check_arping.pl</A> line 34.<BR>BEGIN failed--compilation
aborted at /usr/local/nagios/libexec/<A href="http://check_arping.pl"
target=_blank>check_arping.pl</A> line 34.<BR><BR><BR>So I search on internet
for Arping.pm, found one here :<BR><BR><A
href="http://kobesearch.cpan.org/htdocs/Net-Arping/Net/Arping.pm.html"
target=_blank>http://kobesearch.cpan.org/htdocs/Net-Arping/Net/Arping.pm.html</A><BR><BR>I
put it in /usr/lib/perl5/Net<BR><BR>But still not working
:<BR><BR>root@supervision:/usr/lib/perl5/Net# /usr/local/nagios/libexec/<A
href="http://check_arping.pl" target=_blank>check_arping.pl</A> -H
127.0.0.7 -I eth0 -T 10<BR>Can't locate loadable object for module Net::Arping
in @INC (@INC contains: /usr/lib/nagios/plugins /usr/local/nagios/libexec
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at /usr/local/nagios/libexec/<A
href="http://check_arping.pl" target=_blank>check_arping.pl</A> line
34<BR>Compilation failed in require at /usr/local/nagios/libexec/<A
href="http://check_arping.pl" target=_blank>check_arping.pl</A> line
34.<BR>BEGIN failed--compilation aborted at /usr/local/nagios/libexec/<A
href="http://check_arping.pl" target=_blank>check_arping.pl</A> line
34.<BR><BR><BR><BR><BR>I don't understand something, sorry for my noob
question, but can you help me make it working ?<BR><BR><BR>Big
htanks<BR></DIV><BR>
<P>
<HR>
<P></P>------------------------------------------------------------------------------<BR>Gaining
the trust of online customers is vital for the success of any company<BR>that
requires sensitive data to be transmitted over the Web. Learn how
to <BR>best implement a security strategy that keeps consumers' information
secure <BR>and instills the confidence they need to proceed with
transactions.<BR>http://p.sf.net/sfu/oracle-sfdevnl
<P>
<HR>
<P></P>_______________________________________________<BR>Nagiosplug-help
mailing
list<BR>Nagiosplug-help@lists.sourceforge.net<BR>https://lists.sourceforge.net/lists/listinfo/nagiosplug-help<BR>:::
Please include plugins version (-v) and OS when reporting any issue. <BR>:::
Messages without supporting info will risk being sent to /dev/null<BR>
<P>
<HR>
<P></P><BR>No virus found in this incoming message.<BR>Checked by AVG -
www.avg.com <BR>Version: 9.0.872 / Virus Database: 271.1.1/3365 - Release
Date: 01/07/11 20:34:00<BR></BLOCKQUOTE></BODY></HTML>