Hi! I am having the following issues when running make install in the compiled plugins directory.
test -z “/usr/local/nagios/libexec” || mkdir -p – “/usr/local/nagios/libexec”
/usr/bin/install -c ‘check_breeze’ ‘/usr/local/nagios/libexec/check_breeze’
/usr/bin/install -c ‘check_disk_smb’ ‘/usr/local/nagios/libexec/check_disk_smb’
/usr/bin/install -c ‘check_flexlm’ ‘/usr/local/nagios/libexec/check_flexlm’
/usr/bin/install -c ‘check_ircd’ ‘/usr/local/nagios/libexec/check_ircd’
/usr/bin/install -c ‘check_log’ ‘/usr/local/nagios/libexec/check_log’
/usr/bin/install -c ‘check_oracle’ ‘/usr/local/nagios/libexec/check_oracle’
/usr/bin/install -c ‘check_rpc’ ‘/usr/local/nagios/libexec/check_rpc’
/usr/bin/install -c ‘check_sensors’ ‘/usr/local/nagios/libexec/check_sensors’
/usr/bin/install -c ‘check_wave’ ‘/usr/local/nagios/libexec/check_wave’
/usr/bin/install -c ‘check_ifstatus’ ‘/usr/local/nagios/libexec/check_ifstatus’
/usr/bin/install -c ‘check_ifoperstatus’ ‘/usr/local/nagios/libexec/check_ifoperstatus’
/usr/bin/install -c ‘check_mailq’ ‘/usr/local/nagios/libexec/check_mailq’
/usr/bin/install -c ‘check_file_age’ ‘/usr/local/nagios/libexec/check_file_age’
/usr/bin/install -c ‘utils.sh’ ‘/usr/local/nagios/libexec/utils.sh’
/usr/bin/install -c ‘utils.pm’ ‘/usr/local/nagios/libexec/utils.pm’
make[2]: Nothing to be done for `install-data-am’.
make[2]: Leaving directory `/usr/local/src/nagios-plugins-1.4.6/plugins-scripts’
make[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.6/plugins-scripts’
Making install in plugins-root
make[1]: Entering directory `/usr/local/src/nagios-plugins-1.4.6/plugins-root’
make[2]: Entering directory `/usr/local/src/nagios-plugins-1.4.6/plugins-root’
/usr/bin/install -c check_dhcp /usr/local/nagios/libexec/check_dhcp
chown root /usr/local/nagios/libexec/check_dhcp
chmod 4550 /usr/local/nagios/libexec/check_dhcp
/usr/bin/install -c check_icmp /usr/local/nagios/libexec/check_icmp
chown root /usr/local/nagios/libexec/check_icmp
chmod 4550 /usr/local/nagios/libexec/check_icmp
make[2]: Nothing to be done for `install-data-am’.
make[2]: Leaving directory `/usr/local/src/nagios-plugins-1.4.6/plugins-root’
make[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.6/plugins-root’
Making install in po
make[1]: Entering directory `/usr/local/src/nagios-plugins-1.4.6/po’
/bin/sh @MKINSTALLDIRS@ /usr/local/nagios/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.6/po’
make: *** [install-recursive] Error 1
Can someone point me in the correct direction?
Thanks.