Home > How-To > Mac OS X 10.4 Ruby MySQL Adaptor

Mac OS X 10.4 Ruby MySQL Adaptor

February 1st, 2006 mike

After getting the “checking for mysql_query()” errors, this worked for me on 10.4.3

sudo 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
Categories: How-To Tags:
blog comments powered by Disqus