Re: [Sqlrelay-discussion] Installing sql relay on Mac OS X with MySQL support
Brought to you by:
mused
|
From: Holger A. <ke...@fe...> - 2008-05-01 16:14:52
|
I found out, that the tweaks are not necessary. configure looks for a mysql_config, but MacPorts added a 5 to almost all mysql executables and paths. So a ln -s /opt/local/bin/mysql_config5 /opt/local/bin/ mysql_config and ./configure --with-mysql-prefix=/opt/local works too. |