johnson elangbam wrote: > hi, > I couldn't be able to link the driver of mysql 5 with free radius > 2.0.2 due to this file "rlm_sql_mysql.so". I couldn't locate this file > in my entire system. I've gone througe all the faq's, but it doesn't > work. the error's still there.
(1) Did the server find the MySQL headers at "configure" time? (2) Did the server build the rlm_sql_mysql.so file? The output of "configure" and "make" WILL say whether or not they're building the module. Yes, the output is long and full of things you don't care about. Dump the output to a file, and use "grep" to find references to mysql. It sounds like you haven't installed the MySQL client libraries and the client development headers. Without those, the build system won't be able to create rlm_sql_mysql.so. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

