To install radauth and radacct for xtradius, you must have a MySQL server running
and I assume you already have a good C compiler....

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 'radacct' & 'radauth' in /usr/local/bin.

If you wish to uninstall radauth, simply return to this folder and do a

make uninstall

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