AIX ver 7.1
Posted: Fri Apr 21, 2017 10:49 am
Moderator Edit: This thread has been split from another - https://support.nagios.com/forum/viewto ... f=6&t=8979
In the future, please create a new thread and link to the old one instead of adding on.
Hi Everyone, not sure if anyone here is still available to maybe help me out with and issue I'm coming across in trying to compile and install NRPE version: nrpe-3.1.0. Here are the steps I have followed so far, my environment and the issues I'm coming across:
Environment:
AIX 7.1
Accomplished so far:
So far I successfully installed Nagios Plugin version 2.2.0. The next step in the documentation I'm following is to install the NRPE (https://github.com/NagiosEnterprises/nr ... s/NRPE.pdf)
Issue:
I've attempted to run the ./configure command with different parameters. The latest I tried was the following:
I'm including a document of the output from this command
Once that runs successfully, I am attempting to either run:OR
This is where I come across an issue. I am including the output from the make call, it has the same problem with both make calls I've attempted, the main source of the problem seems to happen within the utils.c code:
In the future, please create a new thread and link to the old one instead of adding on.
Hi Everyone, not sure if anyone here is still available to maybe help me out with and issue I'm coming across in trying to compile and install NRPE version: nrpe-3.1.0. Here are the steps I have followed so far, my environment and the issues I'm coming across:
Environment:
AIX 7.1
Code: Select all
oslevel -s
7100-04-03-1642So far I successfully installed Nagios Plugin version 2.2.0. The next step in the documentation I'm following is to install the NRPE (https://github.com/NagiosEnterprises/nr ... s/NRPE.pdf)
Issue:
I've attempted to run the ./configure command with different parameters. The latest I tried was the following:
Code: Select all
./configure --enable-command-argsOnce that runs successfully, I am attempting to either run:
Code: Select all
make allCode: Select all
make nrpe./utils.c:479:51: error: 'O_NOFOLLOW' undeclared (first use in this function)
if ((fh = open(log_file, O_RDWR|O_APPEND|O_CREAT|O_NOFOLLOW, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) == -1) {
^
./utils.c:479:51: note: each undeclared identifier is reported only once for each function it appears in
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.