In order to compile accounting.c and authmysql.c, you will need additional 
software such as MySQL (http://www.mysql.com). I assume you have a C 
compiler installed.

1) Download and install MySQL.

2) Edit conf.h to suit your needs (You must).

3) Edit Makefile (You must).

4) Create 'accounting' database. Run the following at the prompt.
   make createdb

5) Create table structure needed for accounting.
   At the prompt, run the following.
   make createtables

6) make; make install

It will place 'accounting' & 'authmysql' in /usr/local/bin. 

Sample /etc/raddb/users and /etc/raddb/execparams are provided.
