[Nagiosplug-help] make install issues

Michael Miller mike.mikemiller at gmail.com
Mon Mar 5 20:41:52 CET 2007


I tried making a nagios-plugins rpm package, from a modified spec
file.  After having problems with trying to make a rpm package.  I
then tried to do a normal install.  When I ran the ./confgiure
everything ran fine.  Everything ran fine on the make as well.  When I
did a make install that is when I ran into the same messages as the
rpmbuild.  Attached is a copy of my make install output.


make[1]: Entering directory `/tmp/nagios-plugins-1.4.6/plugins-scripts'
make[2]: Entering directory `/tmp/nagios-plugins-1.4.6/plugins-scripts'
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 `/tmp/nagios-plugins-1.4.6/plugins-scripts'
make[1]: Leaving directory `/tmp/nagios-plugins-1.4.6/plugins-scripts'
Making install in plugins-root
make[1]: Entering directory `/tmp/nagios-plugins-1.4.6/plugins-root'
make[2]: Entering directory `/tmp/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 `/tmp/nagios-plugins-1.4.6/plugins-root'
make[1]: Leaving directory `/tmp/nagios-plugins-1.4.6/plugins-root'
Making install in po
make[1]: Entering directory `/tmp/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 `/tmp/nagios-plugins-1.4.6/po'
make: *** [install-recursive] Error 1


I'm not seeing the make error 2, that Steve posted on 3/1.




More information about the Help mailing list