how to compile freeradius without ssl
Nicolas Baradakis
nbk at sitadelle.com
Tue Jan 10 16:12:32 CET 2006
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
More information about the Freeradius-Users
mailing list