hi to all, has anyone managed to make a deb file out of the latest freeradius server? the instractions on the wiki didn't work ,at least for me. I am on Ubuntu 7.10
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!
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.
participants (2)
-
Aggelidis Nikos -
Alan DeKok