Aggelidis Nikos wrote:
to reply to my own post if you want to build a deb file with a patched freeradius {to support EAP} do the following:
You shouldn't have to do that. The debian files that ship with the server include instructions to build with OpenSSL. Look for "openssl" in the "rules" file.
download the .tar.bz2 source archive from radius site exract to a directory freeradius-server-X.X.X then edit rules file in freeradius-server-X.X.X/debian so that the configure part contains the following
--with-rlm_eap_tls \ --with-rlm_eap_ttls \ --with-rlm_eap_peap \ --with-rlm_eap_tnc \ --with-rlm_otp \ --with-rlm_eap_ikev2 \ --with-rlm_sql_oracle \ --with-rlm_sql_unixodbc \
The EAP modules are build by default, if you have libssl-dev installed. Alan DeKok.