NRPE - fullinstall script problem Debian 8.8

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Boune
Posts: 12
Joined: Wed Feb 14, 2018 4:15 am

NRPE - fullinstall script problem Debian 8.8

Post 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
You do not have the required permissions to view the files attached to this post.
bolson

Re: NRPE - fullinstall script problem Debian 8.8

Post 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
Boune
Posts: 12
Joined: Wed Feb 14, 2018 4:15 am

Re: NRPE - fullinstall script problem Debian 8.8

Post 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.

bolson

Re: NRPE - fullinstall script problem Debian 8.8

Post 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*
Locked