Robert Walker wrote: > # On Mac OS X Leopard: > # sudo env ARCHFLAGS="-arch i386" gem install mysql -- > --with-mysql-config=/usr/local/mysql/bin/mysql_config > # This sets the ARCHFLAGS environment variable to your native > architecture
I just realized that the command I posted earlier was missing the extra -- after mysql and before --with-my... So make sure you use the command exactly as above and it should work fine. If you happen to have a PowerPC based mac running leopard, be sure to switch out -i386 with -ppc. -- 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 -~----------~----~----~----~------~----~------~--~---

