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

