ld: error fatal: library -lssl: no encontrado

Nicolas Baradakis nbk at sitadelle.com
Fri Feb 10 10:23:12 CET 2006


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




More information about the Freeradius-Users mailing list