Nagios agent 4.4.0 install fails

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Nagios agent 4.4.0 install fails

Post 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.
You do not have the required permissions to view the files attached to this post.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: Nagios agent 4.4.0 install fails

Post 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.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked