Mac OS X 10.4 Ruby MySQL Adaptor
Posted by Michael Wed, 01 Feb 2006 21:09:00 GMT
After getting the “checking for mysql_query()” errors, this worked for me on 10.4.3sudo gcc_select 3.3 sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql --with-mysql-include=/usr/local/mysql/include/ --with-mysql-lib=/usr/local/mysql/lib/ --with-mysql-config=/usr/local/mysql/bin/mysql_config
