Okay I installed the openssl development package and that fixed the openssl problem. Now I have the following errors...<br><br>hostapd.o: In function `hostapd_rrb_receive&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/hostapd.c:1061: undefined reference to `wpa_ft_rrb_rx&#39;<br>
ieee802_11.o: In function `handle_assoc&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/ieee802_11.c:1137: undefined reference to `wpa_sm_write_assoc_resp_ies&#39;<br>/hostapd/hostapd-0.6.9/hostapd/ieee802_11.c:947: undefined reference to `wpa_ft_validate_reassoc&#39;<br>
ieee802_11.o: In function `handle_action&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/ieee802_11.c:1361: undefined reference to `wpa_ft_action_rx&#39;<br>ieee802_11.o: In function `handle_auth&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/ieee802_11.c:652: undefined reference to `wpa_ft_process_auth&#39;<br>
wpa.o: In function `wpa_deinit&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/wpa.c:429: undefined reference to `wpa_ft_pmk_cache_deinit&#39;<br>wpa.o: In function `wpa_init&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/wpa.c:386: undefined reference to `wpa_ft_pmk_cache_init&#39;<br>
wpa.o: In function `wpa_derive_ptk&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/wpa.c:1408: undefined reference to `wpa_auth_derive_ptk_ft&#39;<br>wpa.o: In function `sm_WPA_PTK_PTKINITDONE_Enter&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/wpa.c:1663: undefined reference to `wpa_ft_push_pmk_r1&#39;<br>
wpa_auth_ie.o: In function `wpa_auth_gen_wpa_ie&#39;:<br>/hostapd/hostapd-0.6.9/hostapd/wpa_auth_ie.c:281: undefined reference to `wpa_write_mdie&#39;<br>../src/eap_server/eap_methods.o: In function `eap_server_register_methods&#39;:<br>
/hostapd/hostapd-0.6.9/hostapd/../src/eap_server/eap_methods.c:260: undefined reference to `eap_server_fast_register&#39;<br>collect2: ld returned 1 exit status<br><br>any ideas?<br><br><div class="gmail_quote">On Fri, Sep 11, 2009 at 2:33 PM, Matthew Benjamin <span dir="ltr">&lt;<a href="mailto:msbenjamin12@gmail.com">msbenjamin12@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Would anyone know where to change the location of openssl for hostapd?<div><div></div><div class="h5">
<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have looked in the config files to no avail.<br><br>hostapd.conf<br>./config<br>defconfig<br>wired.conf<div><div></div><div><br><br><div class="gmail_quote">On Tue, Sep 8, 2009 at 3:50 PM, Paul Roit <span dir="ltr">&lt;<a href="mailto:plroit@gmail.com" target="_blank">plroit@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">You should, probably, change the path of openssl<br>in the .config file<br>search for a comment that asks to uncomment and fix itself (the path to openssl) and includes &quot;openssl&quot;<br>


<br>The path names probably conatain a direcotry named &quot;openssl&quot; where instead it should have been only &quot;ssl&quot;<br>

<br>Just had the same problem a few days ago,<br>Paul<br><br><div class="gmail_quote"><div><div></div><div>On Tue, Sep 8, 2009 at 11:44 PM, Matthew Benjamin <span dir="ltr">&lt;<a href="mailto:msbenjamin12@gmail.com" target="_blank">msbenjamin12@gmail.com</a>&gt;</span> wrote:<br>




</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div><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>
<br></div></div>_______________________________________________<br>
HostAP mailing list<br>
<a href="mailto:HostAP@lists.shmoo.com" target="_blank">HostAP@lists.shmoo.com</a><br>
<a href="http://lists.shmoo.com/mailman/listinfo/hostap" target="_blank">http://lists.shmoo.com/mailman/listinfo/hostap</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Best regards, <br>Paul<br>
</div>
</blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">mB.<br>
</font></blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">mB.<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>mB.<br>