On Thu, 27 Feb 2003, Ed H wrote:

> To add, this is all an attempt to get rid of the error below:
>
> rlm_sql: Could not link driver rlm_sql_mysql: file not found
> rlm_sql: Make sure it (and all its dependent libraries!) are in the search
> path of your system's ld.
> radiusd.conf[14]: sql: Module instantiation failed.

This often happens if you didn't do "make install" (which installs all the
libraries where they need to be).

What exactly did you put in ld.so.conf? Did you run ldconfig after adding
that line?  And is there a rlm_sql_mysql.so or similar file in that
directory? Are you sure that the rlm_mysql library even got compiled?
(Maybe the configure script couldn't find your mysql libraries and include
files.)

This error can have a lot of reasons behind it ranging from something not
going quite right during compilation to the library not being where the
server can find it. You'll want to look around to make sure it even got
compiled, and that it's someplace where the server can find it.

Just a few thoughts. :-)

K.


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

Reply via email to