I could successfully install "nagios-plugins-1.4.13.tar.gz"  but when I try installing "nrpe-2.8" the "make install-plugin" step fails.<br><br>It does not seem to find the "check_nrpe" file in the libexec directory. All the other check_* files seem to be present but not this one!<br>
<br>Any sugesstions what I could be messing up? I've the relevant error below. <br><br>-- <br>Rahul<br><br><br>[root@star177 nrpe-2.8]# make install-plugin<br>cd ./src/ && make install-plugin<br>make[1]: Entering directory `/usr/local/src/nagios_nodes/downloads/nrpe-2.8/src'<br>
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/libexec<br>/usr/bin/install -c -m 775 -o nagios -g nagios check_nrpe /usr/local/nagios/libexec<br>/usr/bin/install: cannot stat `check_nrpe': No such file or directory<br>
make[1]: *** [install-plugin] Error 1<br>make[1]: Leaving directory `/usr/local/src/nagios_nodes/downloads/nrpe-2.8/src'<br>make: *** [install-plugin] Error 2<br>