Page 1 of 1

Installing nrpe on client

Posted: Thu Dec 19, 2019 8:32 am
by userman73
I am trying to install nrpe on rhel 7, but when I run "make all", I get this error:

Code: Select all

 undefined reference to `get_dh512'
collect2: error: ld returned 1 exit status
make[1]: *** [nrpe] Error 1
I had already done this:

Code: Select all

sudo yum install openssl-devel

Re: Installing nrpe on client

Posted: Thu Dec 19, 2019 10:29 am
by tgriep
I have seen this error if there are multiple conflicting openssl packages installed at once on the server so can you run the following commands as root and post the output here?

Code: Select all

yum list installed |grep openssl
find / -name dh.h
find / -name ssl.h
Also, get the install.log file from the NRPE installation folder and upload it here.