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-leopard

sudo 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

About

Twitter