<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Brian Ipsen wrote:<br>
<blockquote cite="mid1133863084.11891.TMDA@worf.andebakken.dk"
 type="cite">
  <pre wrap="">Hi,

 I'm trying to build an RPM with the nagios plugins...

Basically, what I do, is:

# perl -MCPAN -e 'install Net::SNMP'
# /usr/sbin/groupadd nagios
# /usr/sbin/useradd -r -d /var/log/nagios -s /bin/sh -c "nagios" -g nagios
nagios
# cd /usr/src/whitebox/SOURCES
# wget
<a class="moz-txt-link-freetext" href="http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4">http://surfnet.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4</a>.
2.tar.gz
# tar xzpf nagios-plugins-1.4.2.tar.gz *.spec
# mv -f nagios-plugins-1.4.2/nagios-plugins.spec ../SPECS/
# rm -Rf nagios-plugins-1.4.2
# cd ../SPECS
# chown 0.0 nagios-plugins.spec
# rpmbuild -ba nagios-plugins.spec
# rpm -Uvh ../RPMS/i386/nagios-plugins-1.4.2-1.i386.rpm

But this gives me:

error: Failed dependencies:
        perl(Net::SNMP) is needed by nagios-plugins-1.4-2.1.el3.rf.i386

I then check:

# perl -MCPAN -e 'install Net::SNMP'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 06 Dec 2005 01:01:00 GMT
Net::SNMP is up to date.

Why is it complaining about Net::SNMP ??

I also tried:

# rpm -qa | grep net-snmp

net-snmp-libs-5.1.2-11
net-snmp-devel-5.1.2-11
net-snmp-perl-5.1.2-11
net-snmp-utils-5.1.2-11
net-snmp-5.1.2-11

Where is the problem ??

Regards

/Brian


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
<a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click">http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click</a>
_______________________________________________________
Nagios Plugin Development Mailing List <a class="moz-txt-link-abbreviated" href="mailto:Nagiosplug-devel@lists.sourceforge.net">Nagiosplug-devel@lists.sourceforge.net</a>
Unsubscribe at <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel">https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel</a>
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


  </pre>
</blockquote>
You may want to try <a class="moz-txt-link-freetext" href="http://www.kasenides.org/nagios/RPMS/">http://www.kasenides.org/nagios/RPMS/</a> where I
maintain Nagios and Nagios related <br>
RPMs (including dependencies). These are for Fedora core 4 but I
haven´t found any problems yet with any <br>
Fedora release. I would appreciate it if you let me know if you run
into problems.<br>
 <br>
<div class="moz-signature">
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<font face="Geneva, Arial, Helvetica, sans-serif" size="2">----------------------------------------------------------------------<br>
Andreas
Kasenides <br>
Tel: +357
- 22892714<br>
e-mail: <a href="mailto:Andreas.Kasenides%20at%20cs.ucy.ac.cy">Andreas.Kasenides%at%cs.ucy.ac.cy</a><br>
(replace the %at% above with @)<br>
</font>
</div>
</body>
</html>