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
NRPE - fullinstall script problem Debian 8.8
NRPE - fullinstall script problem Debian 8.8
You do not have the required permissions to view the files attached to this post.
-
bolson
Re: NRPE - fullinstall script problem Debian 8.8
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 -vRe: NRPE - fullinstall script problem Debian 8.8
Hi , and thanks for your reply
here the result of openssl verison
and the openssl -v dosent work
here the result of openssl verison
Code: Select all
root@wazo:~# openssl version
OpenSSL 1.0.1t 3 May 2016
Code: Select all
openssl -v
openssl:Error: '-v' is an invalid command.
-
bolson
Re: NRPE - fullinstall script problem Debian 8.8
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*