While configuring freeradius on RHEL 4, got the below error message:
<br>
<br>./configure --enable-slapd=no -enable-slurpd=no --with-threads=no  > conffr.log                                                                  configure: warning: snmpget not found - Simultaneous-Use and checkrad.pl may not work
<br>configure: warning: snmpwalk not found - Simultaneous-Use and checkrad.pl may not work
<br>configure: warning: skipping test for openssl/ssl.h
<br>configure: warning: silently not building rlm_eap_ttls.
<br>configure: warning: FAILURE: rlm_eap_ttls requires: OpenSSL.
<br>configure: warning: silently not building rlm_eap_tls.
<br>configure: warning: FAILURE: rlm_eap_tls requires: OpenSSL.
<br>configure: warning: silently not building rlm_eap_peap.
<br>configure: warning: FAILURE: rlm_eap_peap requires: OpenSSL
<br>
<br>i knew that openssl is necessary as i need to use rlm_eap_tls module. The openssl rpm is installed under default linux installation:
<br>
<br>rpm -qa | grep openssl
<br>openssl-devel-0.9.7a-43.8
<br>xmlsec1-openssl-1.2.6-3
<br>openssl-0.9.7a-43.8
<br>
<br>Can someone guide me here to resolve this issue.
<br>
<br>thanks in advance.
<br>