I'm trying to install the nagios plugin so I can use nrpe and im getting errors with some of the make commands.  Ive already done<br>./configure<br>make<br>make install<br><br>which run without errors, then If I execute any of the following...<br>
<br>make install-plugin<br>make install-daemon<br>make install-daemon-config<br>make install-xinetd<br><br><br>I get the error<br><br>[root@host nagios-plugins-1.4.13]# make install-plugin<br>make: *** No rule to make target `install-plugin'.  Stop.<br>
<br><br><br>What am I doing wrong?<br>