how to compile freeradius without ssl
Hi I want to compile freeradius without ssl, i tried with ./configure --disable-ssl ./configure --disable-openssl ./configure --without-ssl ./configure --without-openssl however always i see checking for regex.h... yes checking for openssl/ssl.h... no checking for off_t... yes how can i compile without support ssl Thanks Alvaro
Alvaro Quiñones wrote:
I want to compile freeradius without ssl, i tried with ./configure --disable-ssl ./configure --disable-openssl ./configure --without-ssl ./configure --without-openssl however always i see checking for regex.h... yes checking for openssl/ssl.h... no checking for off_t... yes how can i compile without support ssl
You need to disable everything that use SSL. $ ./configure --without-rlm_eap_peap \ --without-rlm_eap_tls \ --without-rlm_eap_ttls \ --without-rlm_otp \ --without-rlm_sql_postgresql \ --without-snmp -- Nicolas Baradakis
participants (2)
-
Alvaro Quiñones -
Nicolas Baradakis