> I have read the FAQ
> I have read all the posts concerning this issue and have tried their
> suggestions.
>
> I still get the "rlm_sql_mysql not found" error.
>
> I am running on RedHat 7.2 and I do have the mysql developer rpm
> installed.
>
> I am about ready to try a different radius product but dont really want
> to do this.
Had this last week, but got it up and running. I'm on FreeBSD 5.0, so your
mileage may vary.
# ldd /usr/local/lib/rlm_sql_mysql.so
If said file is not in said location,
# find / -name rlm_sql_mysql.so
and perform the # ldd command again using this new path. In the output,
you should see a line with a file missing:
%ldd /usr/local/lib/rlm_sql_mysql.so
/usr/local/lib/rlm_sql_mysql.so:
libmysqlclient.so.10 =>
libz.so.2 => /usr/lib/libz.so.2 (0x28121000)
libc.so.4 => /usr/lib/libc.so.4 (0x28069000)
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2812e000)
libm.so.2 => /usr/lib/libm.so.2 (0x28147000)
Find this file, then link to it:
ptp# find / -name libmysqlclient.so.10
/usr/local/lib/mysql/libmysqlclient.so.10
# cd /usr/lib
# ln -s /usr/local/lib/mysql/libmysqlclient.so.10
Then try ldd again:
%ldd /usr/local/lib/rlm_sql_mysql.so
/usr/local/lib/rlm_sql_mysql.so:
libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10 (0x28106000)
libz.so.2 => /usr/lib/libz.so.2 (0x28121000)
libc.so.4 => /usr/lib/libc.so.4 (0x28069000)
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2812e000)
libm.so.2 => /usr/lib/libm.so.2 (0x28147000)
Hope this helps :o)
>
> Any ideas?
>
> Michael Linval
> Wide Area Network Specialist
> College of St. Scholastica
> [EMAIL PROTECTED]
> (218) 723-5914
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html