All,
I am having problems installing a nagios 4.4.0 agent on a SLES11SP4 platform. Attached is the contents of the install.log.
Nagios agent 4.4.0 install fails
Nagios agent 4.4.0 install fails
You do not have the required permissions to view the files attached to this post.
Re: Nagios agent 4.4.0 install fails
I'm seeing it's failing to compile against your installed version of openssl: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.
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
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.
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.