Moderator Edit: This thread has been split from another - https://support.nagios.com/forum/viewto ... =6&t=47621
In the future, please create a new thread and link to the old one instead of adding on.
Hi bolson
I found Error same Boune ,step install NRPE from source
My Operating System: Red Hat Enterprise Linux Server 7.2 (Maipo)
Architecture: x86-64
1. What arguments did you use with ./configure?
- I used "./configure --enable-command-args"
2. What version of openssl? execute:
[root@nagiosagent01 nrpe-3.2.1]# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
NRPE installation from source Make All issues
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NRPE installation from source Make All issues
I thing the error is when the configure script was ran on your system, it could not detect the init and the inetd type on your server.
Try running the configure like the example below and then run the make all and make install-init and see if that works for you.
Try running the configure like the example below and then run the make all and make install-init and see if that works for you.
Code: Select all
./configure --enable-command-args --with-ssl-lib=/usr/lib/x86_64-linux-gnu/ --with-init-type=systemd --with-inetd-type=systemd