Alvaro QuiƱones wrote:

> I have this mistake "ld: error fatal: library -lssl: no encontrado" when 
> i try to make. Version is  freeradius-1.1.0 and my SO is Solaris10. how 
> can i compile freeradius without support OpenSSL??

You need to disable all the modules that use OpenSSL:

$ ./configure --without-rlm_eap_peap \
        --without-rlm_eap_tls \
        --without-rlm_eap_ttls \
        --without-rlm_otp

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to