Page 1 of 1

NRPE - fullinstall script problem Debian 8.8

Posted: Tue Feb 20, 2018 12:42 pm
by Boune
Hello ,

Trying to install the NRPE fullinstall script on Debian 8.8 host.

But i get an error for xinetd , i try to install xinetd manually , still the same problem.

"can't read /etc/xinetd.d/nrpe"

check log in the attachment

thanks for your help

Re: NRPE - fullinstall script problem Debian 8.8

Posted: Wed Feb 21, 2018 11:19 am
by bolson
The build process is failing and aborting while in an incomplete state. This is likely caused either by OpenSSL not being installed or a version mismatch. Please type the following command and pass along the result:

Code: Select all

openssl version
OR
openssl -v

Re: NRPE - fullinstall script problem Debian 8.8

Posted: Wed Feb 21, 2018 11:27 am
by Boune
Hi , and thanks for your reply

here the result of openssl verison

Code: Select all

root@wazo:~# openssl version
OpenSSL 1.0.1t  3 May 2016
and the openssl -v dosent work

Code: Select all

 openssl -v
openssl:Error: '-v' is an invalid command.


Re: NRPE - fullinstall script problem Debian 8.8

Posted: Wed Feb 21, 2018 2:29 pm
by bolson
It's likely that you're running a patched version of the openssl libraries... Execute the following and rerun ./fullinstall
apt-get remove --purge openssl*