Rik Thomas <[EMAIL PROTECTED]> wrote:
> rlm_sql: Could not link driver rlm_sql_mysql: file not found
> radiusd.conf[4]: sql: Module instantiation failed.

  That's a problem which has been seen before.
 
> I am compiling with the following:
> 
> ./configure  --with-mysql-include-dir=/usr/local/mysql/include/mysql
> --with-mysql-lib-dir=/usr/local/mysql/lib
> --with-mysql-dir=/usr/local/mysql --disable-sharedl/mysql/lib
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> --with-mysql-dir=/

  I don't think that's what you're really giving to 'configure'.  If
so, it's a typo.

  And when you disabled shared libraries, then you MUST have a static
mysql library installed on your system.

  See: http://bugs.freeradius.org

  I think there's an outstanding bug on this.


  The ONLY solution is to do one of two things:

1. Create a static mysql library.

2. Do NOT do '--disable-shared'

  Alan DeKok.

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

Reply via email to