Try forcing build of the 32-bit version only (assuming you're on Intel Mac, the -V with gem should give you more verbose output)
sudo env ARCHFLAGS="-arch i386" gem install -V mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
-with-mysql-config=/usr/local/sql32/bin/mysql_config
More information in this blog post: http://blog.pastie.org/2008/10/mysql-64-bit-ruby-32-bit-friends-again.html
