Can you post the entire message? According to the Rails blog you need to expressly force it to be compiled in 64-bit (which worked for me):
$ sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql- config=/usr/local/mysql/bin/mysql_config (source http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard) Did you upgrade your mysql install to a 64-bit version? On Sep 2, 6:47 pm, Trausti Thor Johannsson <[email protected]> wrote: > I can't get mysql gem installed on snow leopard. On Leopard (10.5) all I > did was > sudo gem install -- --with-mysql-config=/path/to/mysql_config > > But that doesn't work any more, and i get tons of > > No definition for XXX > > Ideas ? > > Trausti --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

