Page 1 of 1

Error Make all on Centos minimal 6.3

Posted: Wed Jul 18, 2012 1:26 am
by drumasuc
I try to install Nagios (the last core version from site) and when i do make all I recive:

[root@localhost nagios]# make all
cd ./base && make
make[1]: Entering directory `/root/nagios/base'
make[1]: *** No rule to make target `../include/locations.h', needed by `broker. o'. Stop.
make[1]: Leaving directory `/root/nagios/base'
make: *** [all] Error 2
[root@localhost nagios]#

Until this I updated all system with yum update.

Re: Error Make all on Centos minimal 6.3

Posted: Wed Jul 18, 2012 2:21 pm
by agriffin
Have you installed the necessary dependencies before building Nagios? You'll need: Apache, PHP, GCC compiler, GD development libraries, SSL development libraries.

Re: Error Make all on Centos minimal 6.3

Posted: Mon Jul 23, 2012 4:27 am
by drumasuc
Yes.
I followed the steps for installing Nagios - http://nagios.sourceforge.net/docs/3_0/ ... edora.html
This si not the firts time when deploy nagios but this is the first time when a have this error.

Re: Error Make all on Centos minimal 6.3

Posted: Wed Jul 25, 2012 9:17 am
by agriffin
Have you installed Nagios on a CentOS system like this before? You may need to manually specify library paths or something.