I'm having problems "make install"-ing PNP (PNP is not Perfparse), and I suspect it's because I have not inserted the correct parameters on configure for CentOS 4.x / Nagios 2.10 (installed via RPMforge package).
<div><br> </div><div>When I run the following:</div><div><br> </div><div><div>./configure --bindir=/usr/bin --libexec=/usr/lib/nagios/plugins --sysconfdir=/etc/nagios --with-perfdata-dir=/var/log/nagios/perfdata --datadir=/usr/share/nagios
</div><div><br> </div><div>I get this:</div><div><br class="webkit-block-placeholder"></div><div><div>*** Configuration summary for pnp 0.4.3 13-10-2007 ***:</div><div><br class="webkit-block-placeholder"></div><div> General Options:
</div><div> -------------------------</div><div>        Nagios user/group:  nagios,nagios</div><div>        Install ${prefix}:  /usr/local/nagios</div><div>                 HTML Dir:  /usr/share/nagios</div><div>               Config Dir:  /etc/nagios/
</div><div>          Path to rrdtool:  /usr/bin/rrdtool</div><div>      RRD Files stored in:  /var/log/nagios/perfdata</div><div>                Is Update:  Please backup your installation!</div><br class="webkit-block-placeholder">
</div><div><br class="webkit-block-placeholder"></div><div>After I run the configure script, I run "make all" and then "make install", it's supposed to put the compiled code in /usr/local/nagios, right?
</div><div><br class="webkit-block-placeholder"></div><div>But when I look there, all I see in /usr/local/nagios/man/man1 is the fil 'pnpsender.1'</div><div><br class="webkit-block-placeholder"></div><div>(I'm trying to get over this hump so that I can follow the rest of the instructions here: 
<a href="http://www.ederdrom.de/pnp/doc_complete">http://www.ederdrom.de/pnp/doc_complete</a> )</div></div>