Ruby MySQL Bindings on Leopard

Posted by Matt on December 26, 2007

After a month of searching, I finally found a method to install Ruby MySQL bindings on Leopard!

$ ARCHFLAGS="-arch i386"<br/>$ ruby extconf.rb --with-mysql-dir=/usr/local/mysql<br/>$ make<br/>$ sudo make install
Taken from: Macosforge.org