Jim <[EMAIL PROTECTED]> wrote:
> Got this on startup:
> 
> rlm_sql (sql): Could not link driver rlm_sql_mysql: file not found
> blah blah blah

  Static linking of the server doesn't work well with sub-modules.
The MySQL driver is not actually built *into* the rlm_sql module.
That should probably be fixed.

  You can work around it by enabling shared modules:

rm config.cache
./configure
make
make install

  And then be sure to edit radiusd.conf, to set the 'libdir'
configuration entry to the right place.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to