Freeradius sources include all is needed to build the deb packages. using dpkg-buildpackages would resolve all the needed dependancies. Le 25.10.2008 07:46, A.L.M.Buxey@lboro.ac.uk a écrit :
Hi,
./configure make make install it is working fine, but i want to use mysql db i installed mysql and create radius db wiht schema and configure sql.conf files but radius -X says rlm_sql_mysql driver not found how too add mysql driver for debian system i tried to intall wiht apt-get install freeradius-mysql but it intalled mysql driver for old version. how can i configure it
you need to install the mysql-devel package, then do the first 3 steps (configure, make and make install) for freeRADIUS again.
if you read the output of ./configure you will have seen it complaining that it couldnt build mysql support
(./configure | grep WARN)
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html