Hello
I have limited knowledge of Linux ; following the quick install on unbuntu (see nagios.sourceforge.net/docs/3_0/ … buntu.html) , I am blocked in step 3) when I run the command make install
18:09 root@sd-5506 ~/downloads/nagios-3.0.6# make install
cd ./base && make install
make[1]: Entering directory /root/downloads/nagios-3.0.6/base' make install-basic make[2]: Entering directory
/root/downloads/nagios-3.0.6/base’
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
/usr/bin/install: invalid group `nagios’
Maybe I am in the wrong directeory to run the command ? the group name earlier in the installation procedure is nagcmd , is this the reason ?
I do not understand what the command Make is really about and where is the install file located if I need to modify it
Thanks in advance