I'm setting up to use mysql to collect accounting data. Running the configuration for freeradius-0.8 results in the following warning in src/modules/rlm_sql/drivers/rlm_sql_mysql:
Checking for mysql_init in -lmysqlclient... no Configure: warning: mysql libraries not found. Use --with-mysql-lib-dir=<path> I installed the latest mysql-3.23.55-1 via rpms on RedHat 7.3. I installed 4 rpms, MySQL, MySQL-Max, MySQL-client and MySQL-devel. In /usr/lib/mysql, the archive libmysqlclient.a contains, according to nm, the symbol mysql_init. I am running configure using the following command: ./configure --with-mysql-lib-dir=/usr/lib/mysql So I wonder why configure cant find the mysql_init symbol? I suppose I'm leaving something out, but I can't figure out what. Any ideas? Thanks, Mike - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
