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 installTaken from: Macosforge.org
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 installTaken from: Macosforge.org