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

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
qafro
Posts: 4
Joined: Thu Nov 08, 2012 10:25 am

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

Post 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?

:|
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

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

Post 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.
qafro
Posts: 4
Joined: Thu Nov 08, 2012 10:25 am

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

Post by qafro »

thank
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

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

Post by slansing »

Let us know if that worked for you and you were able to get off the ground.
qafro
Posts: 4
Joined: Thu Nov 08, 2012 10:25 am

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

Post by qafro »

I've looked at the blog but its a bit confusing.
No step by step guide

Any help needed?
Locked