King, Michael wrote:
Ignore the freeRADIUS package. Due to license restrictions, it cannot contain the binaries for OpenSSL. We have to use the source.
Indeed.
Download the latest release of freeRADIUS
Unzip freeRADIUS Tar -zxvf freeradius-1.0.5.tar.gz
Switch to the directory then
./configure --disable-shared make make install
I don't recommend this method to the Debian users, because it confuses dpkg about the files installed on the system and it's not possible to uninstall the files later. I think it's a lot better to build FreeRADIUS from sources using dpkg-buildpackage. $ tar zxf freeradius-1.0.5.tar.gz $ cd freeradius-1.0.5 $ fakeroot dpkg-buildpackage -b -uc $ sudo dpkg -i ../freeradius_1.0.5-0_i386.deb
You can look at my notes if you want: http://www.mpking.com/articles.php?lng=en&pg=55
Please add a note about dpkg-buildpackage, too. -- Nicolas Baradakis