to reply to my own post if you want to build a deb file with a patched
freeradius {to support EAP} do the following:
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 \
then
cd to freeradius-server-X.X.X
and do
dpkg-buildpackage -rfakeroot -b -uc
and you are done!
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html