<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000099">
I would agree... get all the relevant devel and necessary library
packages. For some plugins, you can straight into the plugins directory
and compile that one plugin (once all the pre-reqs are there), then
copy the binary to your libexec folder. I had to do this with a client
with mysql. Initially it didn't have mysql, so the test wasn't
compiled. I installed mysql including the dev pkgs and libs, then
dropped into the ~nagios-plugins/plugins folder and did a "make
check_mysql.c", then copied the check_mysql binary to my libexec folder
and all was fine...<br>
<pre class="moz-signature" cols="72">
  A. Davis
  Email:     <a class="moz-txt-link-abbreviated" href="mailto:nccomp@gmail.com">nccomp@gmail.com</a>

  "There is no limit to what a man can accomplish
   if he doesn't care who gets the credit." - Ronald Reagan
</pre>
<br>
<br>
Paul Weaver wrote:
<blockquote
 cite="mid:FAC6DFEF4E4DDF41A31D7B7524D6DF8704065502@bbcxues14.national.core.bbc.co.uk"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">checking for init_snmp in -lnetsnmp... no
configure: error: snmp library not found

I looked through the Ubuntu package website, and tried installing any
    </pre>
  </blockquote>
  <pre wrap=""><!---->package I could find that's related to SNMP, but already have them all
installed.

It's probably a -dev package, which you need to compile, but not to run,
the plugin. Try installing libsnmp-dev

  </pre>
  <blockquote type="cite">
    <pre wrap="">snmp is already the newest version.
libsnmp-base is already the newest version.
libsnmp15 is already the newest version.
snmpd is already the newest version.
libsnmp-perl is already the newest version.

Is there an inherent incompatibility between Ubuntu 8.10 and the
    </pre>
  </blockquote>
  <pre wrap=""><!---->check_snmp plugin?  Do I need to go the all Perl/CPAN route?  I can
perform snmpwalks, but I don't know of any other way to find out what
I'm missing.

No, I personally prefer using perl to write my own plugins though

You rarely need to use cpan with ubuntu

--

The probability of someone watching you is proportional to the stupidity
of your action.

Paul Weaver    
Systems Development Engineer
News Production Facilities, BBC News


<a class="moz-txt-link-freetext" href="http://www.bbc.co.uk/">http://www.bbc.co.uk/</a>
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
                                        

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. <a class="moz-txt-link-freetext" href="http://www.creativitycat.com">http://www.creativitycat.com</a> 
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
  </pre>
</blockquote>
</body>
</html>