i am following the nagios online documentation
i get stuck at this point… please take a look below. Any help will be appreciated
[nagios@localhost nagios-1.2]$
[nagios@localhost nagios-1.2]$ make install
cd ./base && make install
make[1]: Entering directory /usr/local/nagios-1.2/base' /usr/bin/install -c -m 775 -o someuser -g nagios -d /usr/local/nagios/bin /usr/bin/install: invalid user
someuser’
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/local/nagios-1.2/base’
make: *** [install] Error 2
[nagios@localhost nagios-1.2]$
kcav
September 2, 2004, 8:00pm
2
make a group called nagios, then make user called nagios.
and re-run ./configure, make etd…
The docs state to run ./configure -with-nagios-user=someuser. They didn’t mean that litterally.
The doc also states this just below that.
Replace someuser with the name of a user on your system that will be used for setting permissions on the installed files (default is nagios)
luca
March 27, 2006, 7:14am
4
and create tha user and usergroup in your system before launching ./configure.
Luca
system
March 27, 2006, 5:07pm
5
Whoa…how’d this old post get dug up?
I don’t know. I think Evert is moving post’s from the big bucket into these smaller sections. It’s confusing the hell outa me, hehe.