Page 1 of 1

ubuntu 14.04 make install-webconf

Posted: Tue Feb 03, 2015 11:33 am
by bu2chlc
Hello all,
I just downloaded nagios 4.0.8 to install on Ubuntu 14.04. The install goes well until I get to "make install-webconf" at which point I get the following error :

"/usr/bin/install: cannot create regular file ‘/etc/httpd/conf.d/nagios.conf’: No such file or directory
make: *** [install-webconf] Error 1"

Any thoughts?
I appreciate your time in advance!

Re: ubuntu 14.04 make install-webconf

Posted: Tue Feb 03, 2015 12:22 pm
by Kugarte
Hi,all you need
is to create the folders one by one and check the important command "sudo"
1-sudo mkdir /etc/httpd
2-sudo mkdir /etc/httpd/conf.d
3-sudo mkdir /etc/httpd/conf.d/nagios.conf
and in the last type :
4-sudo make install-webconf

Re: ubuntu 14.04 make install-webconf

Posted: Tue Feb 03, 2015 4:20 pm
by tgriep
Here is a link for how to install Nagios Core on ubuntu 14.xx

http://www.unixmen.com/install-configur ... 4-1014-04/

Re: ubuntu 14.04 make install-webconf

Posted: Tue Feb 03, 2015 5:28 pm
by Box293