Hi,
rlm_sql (sql): Could not link driver rlm_sql_mysql: file not found rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the search path of your system's ld. radiusd.conf[14]: sql: Module instantiation failed. radiusd.conf[2023] Unknown module "sql". radiusd.conf[1994] Failed to parse accounting section.
err, you dont have a freeradius mysql/sql module. this is probably because it wasnt built. the reason it wasnt built? because freeradius couldnt find the required stuff to build mysql code when you ran ./configure when you run ./configure --with-whatever-options you should always run it again with a '| grep WARNING' at the end so you can see problems. do you have the mysql development package installed? if running, eg fedora, yum install mysql-devel otherwise, you need to tell ./configure where to look when it wants to see if it can build ./configure --help gives you the answers alan