Jun 23
--with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \
--with-mysql-include=/usr/local/mysql/include
How to install the MySQL/Ruby gem on Mac OS X Leopard
I got this from http://wonko.com/post/how-to-install-the-mysqlruby-gem-on-mac-os-x-leopardsudo env ARCHFLAGS="-arch i386" gem install mysql -- \--with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \
--with-mysql-include=/usr/local/mysql/include
