[Nagios-devel] NRPE 2.0b2

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
Guest

[Nagios-devel] NRPE 2.0b2

Post by Guest »

nrpe-2.0b2 compile fails. 2.0b1 builds successfully.

bash-2.05a$ cat /etc/redhat-release
Red Hat Linux release 7.3 (Valhalla)

bash-2.05a$ ./configure --enable-ssl --enable-command-args

bash-2.05a$ make
cd ./src/; make ; cd ..
make[1]: Entering directory `/opt/src/nrpe-2.0b2/src'
gcc -g -O2 -I/usr/include/openssl -I/usr/kerberos/include -DHAVE_CONFIG_H
-L/usr/lib -lssl -lcrypto -o nrpe -lnsl nrpe.c utils.c
nrpe.c: In function `validate_request':
nrpe.c:1326: `x' undeclared (first use in this function)
nrpe.c:1326: (Each undeclared identifier is reported only once
nrpe.c:1326: for each function it appears in.)
make[1]: *** [nrpe] Error 1
make[1]: Leaving directory `/opt/src/nrpe-2.0b2/src'

--
Dack






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: dack@msi.umn.edu
Locked