Good, good...
Well I got the sql module to load! I went into the ports collection (freeradius.7) after installing mysql4, and built it from source there
I don't know why it's looking for that radius database-this is supposed toActually, db_mysql.sql contains the schemas necessary to create the needed tables within the radius database. You will need to create the database ``radius'' but hand and use a command similar to the following:
build the file 'radius' from db_mysql.sql right? I'm soooo close now!
mysql radius < db_mysql.sql
But don't forget to connect to your MySQL server, create a database called ``radius,'' and then use the schemas to create the tables.
The fun part will be populating the tables, however ;-)
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
