10 Jan
2006
10 Jan
'06
10:12 a.m.
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