Page 1 of 1

Nagios Core Install error

Posted: Wed Oct 01, 2014 8:48 am
by peter.zanetti
I'm installing Nagios Core on a Linux box running Red Hat Enterprise Linux Server release 6.4. I am following the Installing Nagios Core From Source PDF and am running into an error, after the ./configure step, while trying the make all command. I have attached a screenshot of the error I am running into. Can anyone help? Thanks.

Re: Nagios Core Install error

Posted: Wed Oct 01, 2014 9:53 am
by tmcdonald
Did you follow the first step in the doc? You need to install some things first:

Code: Select all

yum install -y wget httpd php gcc glibc glibc-common gd gd-devel make net-snmp

Re: Nagios Core Install error

Posted: Wed Oct 01, 2014 10:28 am
by peter.zanetti
Yeah I did.

Re: Nagios Core Install error

Posted: Wed Oct 01, 2014 10:32 am
by tmcdonald
Let's see where "make" is installed:

Code: Select all

which make

Re: Nagios Core Install error

Posted: Wed Oct 01, 2014 11:55 am
by peter.zanetti
can't find the "make"

Re: Nagios Core Install error

Posted: Wed Oct 01, 2014 2:31 pm
by abrist
What is the output of:

Code: Select all

yum install make

Re: Nagios Core Install error

Posted: Tue Oct 07, 2014 2:35 pm
by peter.zanetti
Sorry for the delay. This is what I got back from "yum install make"

Re: Nagios Core Install error

Posted: Tue Oct 07, 2014 2:48 pm
by abrist
It looks like make was not installed. What is the output of:

Code: Select all

yum install -y wget httpd php gcc glibc glibc-common gd gd-devel net-snmp
Afterwards, if those packages are installed, try to reinstall core.