Nagios Core Install error
-
peter.zanetti
- Posts: 90
- Joined: Wed Oct 01, 2014 8:34 am
Nagios Core Install error
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
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-snmpFormer Nagios employee
-
peter.zanetti
- Posts: 90
- Joined: Wed Oct 01, 2014 8:34 am
Re: Nagios Core Install error
Yeah I did.
Re: Nagios Core Install error
Let's see where "make" is installed:
Code: Select all
which makeFormer Nagios employee
-
peter.zanetti
- Posts: 90
- Joined: Wed Oct 01, 2014 8:34 am
Re: Nagios Core Install error
What is the output of:
Code: Select all
yum install makeFormer 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.
"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
Sorry for the delay. This is what I got back from "yum install make"
Re: Nagios Core Install error
It looks like make was not installed. What is the output of:
Afterwards, if those packages are installed, try to reinstall core.
Code: Select all
yum install -y wget httpd php gcc glibc glibc-common gd gd-devel net-snmpFormer 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.
"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.