Page 1 of 1
Nagios agent 4.4.0 install fails
Posted: Wed Feb 03, 2021 1:00 pm
by HIINNS
All,
I am having problems installing a nagios 4.4.0 agent on a SLES11SP4 platform. Attached is the contents of the install.log.
Re: Nagios agent 4.4.0 install fails
Posted: Wed Feb 03, 2021 3:59 pm
by dchurch
I'm seeing it's failing to compile against your installed version of openssl:
Code: Select all
make[1]: Entering directory `/tmp/linux-nrpe-agent/subcomponents/nrpe/nrpe-4.0.2/src'
gcc -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -L/usr/lib64 -lssl -lcrypto -lnsl
./nrpe.c: In function 'init_ssl':
./nrpe.c:343: warning: passing argument 1 of 'SSL_CTX_new' discards qualifiers from pointer target type
./nrpe.c:406: error: 'SSL_OP_NO_TLSv1_1' undeclared (first use in this function)
./nrpe.c:406: error: (Each undeclared identifier is reported only once
./nrpe.c:406: error: for each function it appears in.)
make[1]: *** [nrpe] Error 1
Unfortunately Suse Linux isn't an officially supported Linux distro. See
System Requirements for a list of supported distros.
However, this may very well be a bug in NRPE; it probably
should compile in Suse. If you go to
the GitHub repository for NRPE, you can file an issue there. Be sure to include any relevant information, such as your installed version of OpenSSL, distro, compiler, and a detailed log of failure messages.