Re: [Nagios-users] make-install-init fail

2008-11-20 Thread Andreas Ericsson
Brian A. Seklecki wrote: make install-init /usr/bin/install -c -m 755 -d -o root -g root /etc/rc.d/ install: root: Invalid argument There is no root group on *BSD and assuming that there is is a fatal mistake (this isn't a POSIX requirement). Being anal about POSIX is just stupid. A lot

[Nagios-users] make-install-init fail

2008-11-19 Thread Gary Hartl
Good Morning all; I am currently trying to install Nagios 3.0.5 on a FreeBSD-60-Stable sparc64 on a netra x1 Everything was cool (no errors) until I got to the make-install-init step, at which point I received the following error make install-init /usr/bin/install -c -m 755 -d -o root -g root

Re: [Nagios-users] make-install-init fail

2008-11-19 Thread Brian A. Seklecki
make install-init /usr/bin/install -c -m 755 -d -o root -g root /etc/rc.d/ install: root: Invalid argument There is no root group on *BSD and assuming that there is is a fatal mistake (this isn't a POSIX requirement). There should be case/ifdef code in that makefile to check the platform.

Re: [Nagios-users] make-install-init fail

2008-11-19 Thread Gary Hartl
Hmmm ok I will give the port a try. Thanks will let the group know. Cheers, Gary -Original Message- From: Brian A. Seklecki [mailto:[EMAIL PROTECTED] Sent: November-19-08 11:04 AM To: Gary Hartl Cc: Nagios-Users Subject: Re: [Nagios-users] make-install-init fail make install-init