Comment 19 for bug 183840

Revision history for this message
Jason Costomiris (jcostom) wrote :

For those, who like me, come across this report while searching for a build as requested here, there's a pretty simple solution.

The current shipping freeradius version is 2.0.4, which includes a debian/ directory, all nicely populated and ready to rock && roll.

You'll need to have build-essential, plus the rest of what's called for in the debian/control file:

Build-Depends: debhelper (>= 5), dpatch (>= 2), dpkg-dev (>= 1.13.19), autotools-dev, libtool (>= 1.5), libltdl3-dev, libpam0g-dev, libmysqlclient15-dev | libmysqlclient-dev, libgdbm-dev, libldap2-dev, libsasl2-dev, libiodbc2-dev, libkrb5-dev, libperl-dev, libpcap-dev, python-dev, snmp, libsnmp9-dev | libsnmp-dev, libpq-dev, libssl-dev

But that stuff's all easily remedied with some apt-get action.

From the top-level source directory, run "debian/rules binary" and wait. Your packages will be ready in a few minutes. Got me back up & running in a few minutes with some slight config tweaks from my old 1.1.6 server that ran on Gutsy. Speaking of which, what gives with the ripping out the optional functionality in the debian/* files to add tls support on one's own??