Raphael Petegrosso wrote in post #859937:
> I was having the same problem on Snow Leopard and, after some time I
> did the following:
>
> Removed all mysql gems I had:
>
> gem uninstall mysql
>
> In my case I had to specify both mysql-dir and mysql-config (and -arch
> x86_64 to 64 bits)
>
> export ARCHFLAGS="-arch i386 -arch x86_64" ; gem install --no-rdoc --
> no-ri mysql -- --with-mysql-dir=/usr/local --with-mysql-config=/usr/
> local/mysql/bin/mysql_config
>
> Hope it works
I tried this and got the following message (also using Snow Leopard)
ERROR: While executing gem ... (Gem::CommandLineError)
Please specify at least one gem name (e.g. gem build GEMNAME)
--
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.