Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
23
rated 0 times [  23] [ 0]  / answers: 1 / hits: 96996  / 3 Years ago, tue, may 25, 2021, 8:51:19

i have installed nagios and i want to install nrpe. While installing NRPE, when i execute (/home/abc/nrpe/configure)



./configure


it stops after reaching the following line



...

checking for type of socket size... size_t
checking for SSL headers... SSL headers found in /usr
checking for SSL libraries... configure: error: Cannot find ssl libraries


I have installed libssl-dev and openssl package as i found them as a solution for this error.



I tried the following option also



./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib


But the error remains.



What can be the possible solution for this ? I am using ubuntu 12.04 as my operating system. Thanks in advance.


More From » ssl

 Answers
5

this worked for me:



./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/x86_64-linux-gnu


I found the dir through:



apt-file search libssl | grep libssl-dev

[#38661] Wednesday, May 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
unsmmoth

Total Points: 72
Total Questions: 113
Total Answers: 95

Location: Thailand
Member since Tue, Oct 6, 2020
4 Years ago
;