Mike Montagne wrote:
> Abraham Tio wrote:
>>> cd /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7
>>> gem install mysql -- 
>>> --with-mysql-config=/usr/local/mysql/bin/mysql_config
>>> Greg Donald
>>> http://destiney.com/
>> 
>> YUP. this works.
> 
> newbie question...
> 
> I was able to get an error free install on OSX Leopard 10.6.2 with the
> following. The first cds to the mysql gem location of my Leopard install
> (may differ for others):
> 
> cd /Library/Ruby/Gems/1.8/gems/mysql-2.8.1
> sudo gem install mysql --no-rdoc --no-ri --
> --with-mysql-config=/usr/local/mysql/bin/mysql_config
> 
> There were many "No definition for..." RDoc and Ri errors otherwise.
> 
> Just starting my first Ruby project... and not so comfortable with this
> install of the mysql gem. I expect there's possibly serious
> ramifications of excluding these two processes. Can anybody tell us what
> are we missing by resorting to these install parameters; and/or how can
> we install with ri and rdoc successfully?
> 
> tia
> 
> m
Yay!
After much irc and googling, at last, I found your recent entry Mike and
 I also was able to get an error free install on OS X 10.6.3
with
$ sudo gem install mysql --no-rdoc --no-ri -- 
--with-mysql-config=/usr/local/mysql/bin/mysql_config

TX!
huuan
-- 
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