On Wed, Jun 18, 2003 at 12:16:16AM -0500, Jeff wrote: > and the file /usr/local/lib/rlm_sql_mysql.la: ... > # Libraries that this one depends upon. > dependency_libs=' -L/usr/local/lib/mysql -lmysqlclient -lz'
There you go. Your compile time config found the mysql and zlib libs in /usr/local/lib/mysql, but you don't have them installed there. Either - freeradius was built on a system with different library locations than the running system - freeradius configure script is broken - libtool problem. Adding freeradius-devel and hoping someone can look at these possibilities. Can you verify that the first possibility is not the problem? /fc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
