<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Freeradius sources include all is needed to build the deb packages.<br>
using dpkg-buildpackages would resolve all the needed dependancies.<br>
<br>
Le 25.10.2008 07:46, <a class="moz-txt-link-abbreviated" href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</a> a écrit :
<blockquote cite="mid:20081025174604.GA27557@lboro.ac.uk" type="cite">
  <pre wrap="">Hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">./configure
make 
make install
it is working fine,
but i want to use mysql db
i installed mysql and create radius db wiht schema
and configure
sql.conf files
but radius -X says
rlm_sql_mysql driver not found
how too add mysql driver for debian system
i tried to intall wiht apt-get install freeradius-mysql
but it intalled mysql driver for old version.
how can i configure it
    </pre>
  </blockquote>
  <pre wrap=""><!---->
you need to install the mysql-devel package, then do the first 3
steps (configure, make and make install) for freeRADIUS
again.

if you read the output of ./configure you will have seen it
complaining that it couldnt build mysql support

(./configure | grep WARN)

alan
-
List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>

  </pre>
</blockquote>
</body>
</html>