Hi,<br><br> I'm trying to install Freeradius 1.1.5 with MySQL 5.0.33 on fedora core 4.  I'm upgrading from FR1.1.1 with a standard mysql install.<br><br>My MySQL installation is in a non-standard place /srv/mysql5033
<br><br>So I configure FR with these options....<br><br>./configure --prefix=/srv/freeradius115 --with-mysql-dir=/srv/mysql5033/ --with-mysql-include-dir=/srv/mysql5033/include/mysql/ --with-mysql-lib-dir=/srv/mysql5033/lib/mysql/ --with-openssl
<br><br>OUTPUT:<br><br>config.status: WARNING:  ./Make.inc.in seems to ignore the --datarootdir setting<br>config.status: WARNING:  ./src/include/build-<a href="http://radpaths-h.in">radpaths-h.in</a> seems to ignore the --datarootdir setting
<br>configure: WARNING: iodbc headers not found.  Use --with-iodbc-include-dir=<path>.<br>configure: WARNING: sql submodule 'iodbc' disabled<br>checking for mysql_config... yes<br>checking for mysql_init in -lmysqlclient_r (using mysql_config)... no
<br>configure: WARNING: mysql libraries not found. Use --with-mysql-lib-dir=<path>.<br>checking for mysql.h (using mysql_config)... yes<br>configure: WARNING: sql submodule 'mysql' disabled<br>configure: WARNING: silently not building rlm_sql_postgresql.
<br>configure: WARNING: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.<br>configure: WARNING: oracle headers not found.  Use --with-oracle-home-dir=<path>.<br>configure: WARNING: sql submodule 'oracle' disabled
<br>configure: WARNING: unixODBC headers not found.  Use --with-unixodbc-include-dir=<path>.<br>configure: WARNING: sql submodule 'unixodbc' disabled<br><br>Am I missing iodbc-dev? My last installation didn't seem to need it.
<br><br>