mysql driver for debian

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Sat Oct 25 19:46:04 CEST 2008


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



More information about the Freeradius-Users mailing list