For all you folks who couldn't get this to work on Snow Leopard inspite of trying the ridiculously simple solution(s) mentioned above,
Try this: Re compile ruby. Then do sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config This will ensure that the *right* arch of ruby is used to compile the native extensions. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

