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.