Hello,
I apologize if this question is answered somewhere else. I did search, but I couldn’t find anything.
I am trying to install the NRPE v2.12 agent on Solaris 10 SPARC. The configure seems to complete without issue, but when I try to ‘make all’, I get this message:
# make all
cd ./src/; make ; cd …
gcc -g -O2 -I/usr/sfw/include/openssl -DHAVE_CONFIG_H -c snprintf.c
gcc -g -O2 -I/usr/sfw/include/openssl -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c -L
nrpe.c: In function get_log_facility': nrpe.c:617: error:
LOG_AUTHPRIV’ undeclared (first use in this function)
nrpe.c:617: error: (Each undeclared identifier is reported only once
nrpe.c:617: error: for each function it appears in.)
nrpe.c:619: error: LOG_FTP' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target
nrpe’
Current working directory /admin/home/p067011/downloads/nrpe-2.12/src
*** Error code 1
make: Fatal error: Command failed for target `all’
Has anyone else ran into this issue?
Thanks