Installing freeradius

Discussion in 'HOWTO-Related Questions' started by benji87, Oct 26, 2007.

  1. benji87

    benji87 New Member

    Hi all, im currently trying to foolow the wireless hotspot howto but im having some trouble installing freeradius. Firstly on the howto guide it says to run the command ./configure –with-mysql in the terminal and i get the error invalid configuration 'with-mysql'?? So i proceed to install anyway using make && make install and it seems to work fine. But then when i browse for the config files they dont seem to be anywhere. So i tried to remove it and reinstall but it tells me that freeradius is not installed!? Can anyone help?

    Im running Ubuntu Server 7.10
    trying to install freeradius 1.1.7

    Thanks
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You can run
    Code:
    ./configure --help
    to get a list of all available configuration options.
     
  3. ghalban

    ghalban New Member

    the command is
    ./configure --with-mysql

    did it work ?
     

Share This Page