To install RADACUA you will need to have development programs installed on your computer, such as the GNU C Compiler and development libraries.
You will also need the expect and telnet programs installed. This is vital as those programs are used to talk to your Terminal Servers in order to disconnect users when the time comes. The expect and telnet programs should be supplied with your Linux distribution.
Extract the RADACUA tar.gz file like so:
tar -zxvf radacua-v1.00.tar.gz
Compile and Install RADACUA
cd radacua-1.00 make dep make make install
Hopefully RADACUA will compile and install without and trouble. If not, contact me with the complete error output and I will try to help.
Please note that the "make dep" above is VERY IMPORTANT and RADACUA will NOT compile if you do not run that command.
It's now time to do the Configuration