Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: NRPE - Monitoring agent for Nagios
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180092
------- Additional Comments From jpo@di.uminho.pt 2006-07-31 21:15 EST ------- Mike, I've found two more problems:
* missing build requirement: tcp_wrappers
configure output ---------------- ... checking for socket in -lsocket... no checking for main in -lwrap... yes checking for strdup... yes ...
nrpe linking ------------ gcc ... -o nrpe nrpe.c utils.c -L/usr/lib -lssl -lcrypto -lnsl -lwrap
* package nagios-plugins-nrpe shouldn't own /usr/lib/nagios /usr/lib/nagios/plugins as they are owned by the nagios-plugins package (which is listed as a requirement)
$ rpm -qf /usr/lib/nagios nagios-plugins-1.4.3-14.fc5
$ rpm -qf /usr/lib/nagios/plugins nagios-plugins-1.4.3-14.fc5
jpo
package-review@lists.fedoraproject.org