I tried installing Nagios 3.3.1 on a centos 6.2 x64.
Code: Select all
# cat /etc/centos-release
CentOS release 6.2 (Final)Code: Select all
# Uname-r
2.6.32-220.7.1.el6.x86_64Code: Select all
httpd-2.2.15-15.el6.centos.1.x86_64
php-5.3.3-3.el6_2.6.x86_64
gcc-4.4.6-3.el6.x86_64
gd-2.0.35-10.el6.x86_64
make-3.81-19.el6.x86_64Code: Select all
#. / configure - with-command-group = nagcmd
*** Configuration summary for nagios 3.3.1 07-25-2011 ***:
General Options:
-------------------------
Nagios executable: nagios
Nagios user / group: nagios, nagios
Command user / group: nagios, nagcmd
Embedded Perl: no
Event Broker: yes
Install $ {prefix}: / usr / local / nagios
Lock file: $ {prefix} / var / nagios.lock
Check result directory: $ {prefix} / var / spool / checkresults
Init directory: / etc / rc.d / init.d
Apache conf.d directory: / etc / httpd / conf.d
Mail program: / bin / mail
Host OS: linux-gnu
Web Interface Options:
------------------------
HTML URL: http://localhost/nagios/
CGI URL: http://localhost/nagios/cgi-bin/
Traceroute (used by WAP): / bin / traceroute
Review the options above for accuracy. If They look okay,
type 'make all' to compile the main program and CGIs.Code: Select all
# 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 2I never never had this error on other installations, can help me?
thanks in advance