Hi, I just noticed this warning: WARNING: You''re using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql). So I tried : gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/ Unfortunately the gem doesn''t seem to be available @ rubyforge: Bulk updating Gem source index for: http://gems.rubyforge.org/ ERROR: could not find mysql locally or in a repository Any suggestions? Thanks -- 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 24 Sep 2008, at 17:28, Maarten Porters wrote:> I just noticed this warning: > > WARNING: You''re using the Ruby-based MySQL library that ships with > Rails. This library is not suited for production. Please install the > C-based MySQL library instead (gem install mysql). > > So I tried : > > gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/ > > > Unfortunately the gem doesn''t seem to be available @ rubyforge: > > Bulk updating Gem source index for: http://gems.rubyforge.org/ > ERROR: could not find mysql locally or in a repositoryIt should be, but it looks like you''re still using an old version of RubyGems since it still does the bulk updating. I''m not sure it''s related, but you can try again after "sudo gem update --system". Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Peter, sounds like you''re right. The problem was solved after updating rubygems. Thanks! -- 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---