Robin Elfrink <[EMAIL PROTECTED]> wrote: > sql: driver =3D "rlm_sql_mysql" > rlm_sql: Driver rlm_sql_mysql loaded and linked > rlm_sql: Attempting to connect to [EMAIL PROTECTED]:/dbname > Init: Oracle logon failed: 'Error while trying to retrieve text for ...
Weird. It loads the MySQL driver, and then tries to connect via Oracle? That's *very* odd. The function used to open a connection to the database is closely related to the driver name (and is in the same data structure). So I don't see how that can happen, unless the dynamic linker is doing the wrong thing... Try grabbing the CVS snapshot from later tonight. I've updated a lot of the error messages in the SQL module to be more helpful. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
