Page 1 of 1

installation nagios on snow leopard error: make[2]: *** [ins

Posted: Thu Nov 08, 2012 10:39 am
by qafro
I've downloaded and Extract the Nagios source code tarball on my macosx ,snow leopard
eg
cd ~/downloads
tar xzf nagios 3.4.1.tar.gz
cd nagios 3.4.1

I created a group = nagios via macosx system preferences

Ran ./configure --with-command-group=nagios

Then I ran
make install but I get an error msg

make install
cd ./base && make install
make install-basic
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
install: nagios: Invalid argument
make[2]: *** [install-basic] Error 67
make[1]: *** [install] Error 2
make: *** [install] Error 2

Any ideas of fix on macosx cmd?

:|

Re: installation nagios on snow leopard error: make[2]: ***

Posted: Thu Nov 08, 2012 3:26 pm
by agriffin
Are you following any instructions somewhere? It's a few years old, but I found this guide to installing Nagios on Mac OS X.

Re: installation nagios on snow leopard error: make[2]: ***

Posted: Fri Nov 09, 2012 11:54 am
by qafro
thank

Re: installation nagios on snow leopard error: make[2]: ***

Posted: Fri Nov 09, 2012 3:44 pm
by slansing
Let us know if that worked for you and you were able to get off the ground.

Re: installation nagios on snow leopard error: make[2]: ***

Posted: Sun Nov 11, 2012 6:21 am
by qafro
I've looked at the blog but its a bit confusing.
No step by step guide

Any help needed?