NAGIOS install-webconf error
Tuesday, 9th February, 2010 // 8:22 p.m.In the fifth step of quick installation guide it threw me the following error. In my case the problem was with the "MAKEFILE"
$ priya@priya:/etc/apache2/conf.d$ make install-webconf make: *** No rule to make target 'install-webconf'. Stop. $ root@priya:/home/priya/src/nagios-3.2.0# cat Makefile
Look For
$ HTTPD_CONF=/etc/httpd/conf.d
Make sure the path is correct. My problem solved when I pointed to the correct directory.
$ HTTPD_CONF=/etc/apache2/conf.d $ root@priya:/home/priya/src/nagios-3.2.0# make install-webconf $ /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/conf.d/nagios.conf Nagios/Apache conf file installed
Comment Form
Looks like there aren't any comments yet..