Nagios xi : NRPE Agent Upgrade SSL error

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
veeravamsi
Posts: 136
Joined: Wed Jan 23, 2019 3:35 am

Nagios xi : NRPE Agent Upgrade SSL error

Post by veeravamsi »

Hi Team,

We are upgrade NRPE Agent on all our Systems and getting below error related to SSL . Can you please help us fix this.

NRPE Version we are trying to install : 4.1.0

nrpe-4.1.0]# make all
cd ./src/; make
make[1]: Entering directory `/tmp/nrpeupgrade/nrpe-4.1.0/src'
gcc -g -O2 -I/usr/include/krb5 -DHAVE_CONFIG_H -I ../include -I ./../include - o nrpe ./nrpe.c ./utils.c ./acl.c -lssl -lcrypto -ldl -lz -lnsl
./nrpe.c: In function ‘init_ssl’:
./nrpe.c:413: error: ‘SSL_OP_NO_TLSv1_1’ undeclared (first use in this function)
./nrpe.c:413: error: (Each undeclared identifier is reported only once
./nrpe.c:413: error: for each function it appears in.)
make[1]: *** [nrpe] Error 1
make[1]: Leaving directory `/tmp/nrpeupgrade/nrpe-4.1.0/src'
make: *** [all] Error 2
User avatar
jmichaelson
Posts: 338
Joined: Wed Aug 23, 2023 1:02 pm

Re: Nagios xi : NRPE Agent Upgrade SSL error

Post by jmichaelson »

Which Linux distribution and version are you working with? I'll try and reproduce the problem here.
Please let us know if you have any other questions or concerns.

-Jason