#yum install mysql-devel mysql <br><br>(see what is missing and install it with yum)<br><br>FreeRadius install from tar.gz archive (<a href="http://www.freeradius.org">www.freeradius.org</a> -> Downloads). 2.1.1 works perfectly. <br>
<br># wget .....<br># tar -xvzf freeradius....tar.gz<br># ./configure<br># make<br># make install<br><br>Location is /usr/local/etc/raddb<br><br>configure is your friend. Read output and install what is needed. <br><br><div class="gmail_quote">
On Thu, Nov 27, 2008 at 2:38 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Bashir Jahed wrote:<br>
> Ok,<br>
><br>
> I have re-installed, updated, installed freeradius. Freeradius-mysql,<br>
> mysql, mysql-devel. Created db, imported tables from examples in<br>
> /usr.share/doc/freradius/.../...sql as per docs. Created db user, edited<br>
> sql.conf file to match, uncommented sql in authorize and accounting<br>
> section of radius.conf, still get the following error:<br>
><br>
> ERROR: Cannot find a configuration entry for module "sql".<br>
<br>
</div>  The "sql.conf" file is included from the default radiusd.conf.  The<br>
only time you get this error is if you edited the radiusd.conf file, and<br>
deleted the line that references sql.conf.<br>
<br>
  Please START with the default configuration files, and THEN make minor<br>
edits to customize it for your system.  See "man radiusd" for help.<br>
<font color="#888888"><br>
  Alan DeKok.<br>
</font><div><div></div><div class="Wj3C7c">-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>