After a month of searching, I finally found a method to install Ruby MySQL bindings on Leopard!
$ ARCHFLAGS="-arch i386"
$ ruby extconf.rb --with-mysql-dir=/usr/local/mysql
$ make
$ sudo make install
Taken from: Macosforge.org
After a month of searching, I finally found a method to install Ruby MySQL bindings on Leopard!
$ ARCHFLAGS="-arch i386"
$ ruby extconf.rb --with-mysql-dir=/usr/local/mysql
$ make
$ sudo make install
Taken from: Macosforge.org
Use this link to trackback from your own site.