Hi 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?? i tried: ./configure --without-OpenSSL however appear checking for openssl/ssl.h... yes checking for openssl/err.h... yes checking for openssl/crypto.h... yes checking for openssl/rand.h... yes checking for openssl/engine.h... yes checking for OpenSSL version >= 0.9.7... yes checking for DH_new in -lcrypto... yes checking for SSL_new in -lssl... yes checking for openssl/ssl.h... yes checking for DH_new in -lcrypto... yes checking for SSL_new in -lssl... yes checking how to run the C preprocessor... (cached) gcc -E checking for openssl/err.h... (cached) yes checking for openssl/engine.h... (cached) yes creating ./config.status checking for SSL_new in -lssl... (cached) yes checking for openssl/des.h... yes checking for openssl/hmac.h... yes checking for openssl/md4.h... yes checking for openssl/md5.h... yes checking for openssl/sha.h... yes What can i do? Regards Alvaro
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
participants (2)
-
Alvaro Quiñones -
Nicolas Baradakis