Rick,

Huge thanks for your post.

There's a lot of erroneous information which has been extremely 
misleading on this issue. For the benefit of others who are having 
FURTHER problems INSTALLING the MySQL gem on their "OSX" systems, we 
should clarify that Leopard "OSX" systems are an exception. If a person 
runs your console instruction:

rails myApp -d mysql

And if they then examine the comments of the database.yml file, they'll 
find that the console instruction they have to execute ON LEOPARD is:

"sudo env ARCHFLAGS="-arch i386" gem install mysql -- 
--with-mysql-config=/usr/local/mysql/bin/mysql_config"

MANY POSTS elsewhere are instructing instead, that to install the gem, 
the console instruction is:

gem install mysql

NOT SO FOR LEOPARD.
-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to