19 Jan
2006
19 Jan
'06
7:57 a.m.
Gabriele Vidali wrote:
I'm trying to compile freeradius with sqlcounter module on my ubuntu dapper with no success.
You could try to build a Debian package from the latest release: $ wget ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.0.tar.gz $ tar zxf freeradius-1.1.0.tar.gz $ cd freeradius-1.1.0 $ fakeroot dpkg-buildpackage -b -uc $ sudo dpkg -i ../freeradius_1.1.0-0_i386.deb It should work out of the box, with no file editing. The package will contain the sqlcounter module, too. -- Nicolas Baradakis