Thanks for the hepl you guys, Luca no I did’nt have any errors or messages on configure here is my configure statment:
./configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin --with-htmurl=/nagios/ --with-nagios-user=nagios --with-nagios-grp=nagios
went fine,
Jake this was a manual install, and i had no errors up till make install-init
still, you need to look at
man install
and see what options bsd has for install.
It looks like to me, that ./configure messed up in figuring out what options it can use for install. You may have had errors during ./configure
But anyway, just copy the init script from the src folder. i.e. daemon-init to the location of your init scripts.
or edit the makefile in your src and run make install-init again. i.e.Makefile and change the line "
INIT_OPTS="
to whatever fits bsd’s liking. Edited Fri Feb 10 2006, 09:44PM ]