Hi,
thank you for your help I was able to find where to enable the sql but now I get this error.
rlm_sql (sql): Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object file: No such file or directory rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the search path of your system's ld. /usr/local/etc/raddb/sql.conf[21]: Instantiation failed for module "sql" /usr/local/etc/raddb/sites-enabled/default[124]: Failed to find module "sql". /usr/local/etc/raddb/sites-enabled/default[34]: Errors parsing authorize section.
when you built freeradius, it couldnt find the required development libraries etc to build in the mysql support - reading the output of the ./configure stage would have told you this. mysql-devel is the normal package name that is a requirement alan