Installing nrpe on client

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
userman73
Posts: 21
Joined: Thu Dec 19, 2019 8:28 am

Installing nrpe on client

Post 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
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Installing nrpe on client

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked