Nagios Core Install error

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
peter.zanetti
Posts: 90
Joined: Wed Oct 01, 2014 8:34 am

Nagios Core Install error

Post 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.
Attachments
make all error.png
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Core Install error

Post 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
Former Nagios employee
peter.zanetti
Posts: 90
Joined: Wed Oct 01, 2014 8:34 am

Re: Nagios Core Install error

Post by peter.zanetti »

Yeah I did.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Core Install error

Post by tmcdonald »

Let's see where "make" is installed:

Code: Select all

which make
Former Nagios employee
peter.zanetti
Posts: 90
Joined: Wed Oct 01, 2014 8:34 am

Re: Nagios Core Install error

Post by peter.zanetti »

can't find the "make"
Attachments
which make.png
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Core Install error

Post by abrist »

What is the output of:

Code: Select all

yum install make
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
peter.zanetti
Posts: 90
Joined: Wed Oct 01, 2014 8:34 am

Re: Nagios Core Install error

Post by peter.zanetti »

Sorry for the delay. This is what I got back from "yum install make"
Attachments
yum install make.png
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Core Install error

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked