<div>I am trying to install hostapd, to use the additional EAP types in freeradius however I am having trouble with the build. Can someone assist me, I am getting openssl errors during the make.</div>
<div> </div>
<div> </div>
<div>example:</div>
<div>...</div>
<div>/src/crypto/tls_openssl.c: In function âtls_get_cipherâ:<br>../src/crypto/tls_openssl.c:2321: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2324: warning: implicit declaration of function âSSL_get_cipherâ<br>
../src/crypto/tls_openssl.c:2324: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2324: warning: assignment makes pointer from integer without a cast<br>../src/crypto/tls_openssl.c: In function âtls_connection_enable_workaroundâ:<br>
../src/crypto/tls_openssl.c:2336: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2336: error: âSSL_OP_DONT_INSERT_EMPTY_FRAGMENTSâ undeclared (first use in this function)<br>../src/crypto/tls_openssl.c: In function âtls_connection_get_failedâ:<br>
../src/crypto/tls_openssl.c:2372: error: âstruct tls_connectionâ has no member named âfailedâ<br>../src/crypto/tls_openssl.c: In function âtls_connection_get_read_alertsâ:<br>../src/crypto/tls_openssl.c:2380: error: âstruct tls_connectionâ has no member named âread_alertsâ<br>
../src/crypto/tls_openssl.c: In function âtls_connection_get_write_alertsâ:<br>../src/crypto/tls_openssl.c:2388: error: âstruct tls_connectionâ has no member named âwrite_alertsâ<br>../src/crypto/tls_openssl.c: In function âtls_global_set_paramsâ:<br>
../src/crypto/tls_openssl.c:2466: error: âSSL_CTXâ undeclared (first use in this function)<br>../src/crypto/tls_openssl.c:2466: error: âssl_ctxâ undeclared (first use in this function)<br>../src/crypto/tls_openssl.c:2474: warning: implicit declaration of function âtls_global_ca_certâ<br>
../src/crypto/tls_openssl.c:2477: warning: implicit declaration of function âtls_global_client_certâ<br>../src/crypto/tls_openssl.c:2480: warning: implicit declaration of function âtls_global_private_keyâ<br>../src/crypto/tls_openssl.c:2484: warning: implicit declaration of function âtls_global_dhâ<br>
../src/crypto/tls_openssl.c: In function âtls_connection_get_keyblock_sizeâ:<br>../src/crypto/tls_openssl.c:2497: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token<br>../src/crypto/tls_openssl.c:2497: error: âcâ undeclared (first use in this function)<br>
../src/crypto/tls_openssl.c:2498: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token<br>../src/crypto/tls_openssl.c:2498: error: âhâ undeclared (first use in this function)<br>../src/crypto/tls_openssl.c:2500: error: âstruct tls_connectionâ has no member named âsslâ<br>
../src/crypto/tls_openssl.c:2501: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2502: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2503: error: âstruct tls_connectionâ has no member named âsslâ<br>
../src/crypto/tls_openssl.c:2506: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2510: error: âstruct tls_connectionâ has no member named âsslâ<br>../src/crypto/tls_openssl.c:2513: warning: implicit declaration of function âEVP_CIPHER_key_lengthâ<br>
../src/crypto/tls_openssl.c:2514: warning: implicit declaration of function âEVP_MD_sizeâ<br>../src/crypto/tls_openssl.c:2515: warning: implicit declaration of function âEVP_CIPHER_iv_lengthâ<br>make: *** [../src/crypto/tls_openssl.o] Error 1<br>
</div>
<div><br>-- <br>mB.<br></div>