When i try to configure freeradius, the ssl header file skips from the test. As it skips, the rlm_eap_tls fails which i need it for implementation.
<br>
<br>-bash-3.00# ./configure --enable-slapd=no -enable-slurpd=no --with-threads=no                                                                  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>When i ran rpm -qa | grep openssl, i could see openssl installed by default linux installation:
<br>
<br>openssl-devel-0.9.7a-43.8
<br>xmlsec1-openssl-1.2.6-3
<br>openssl-0.9.7a-43.8
<br>
<br>But i couldnt find the header files or other stuff other than openssl executable file.
<br>
<br>Thanks,
<br>Kartthik
<br>