I''m having problem trying to get the app running properly due to it not finding MySQL.It seems that the app can''t find mysql. This error shows up on my production log: MissingSourceFile (no such file to load -- mysql) -- 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 -~----------~----~----~----~------~----~------~--~---
jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jan-14 22:12 UTC
Re: MissingSourceFile (no such file to load -- mysql)
try reinstalling the mysql gem : sudo gem install mysql --with-mysql-config=/usr/local/mysql/bin/ mysql_config adapt the mysql-config path according to your system. Sheldon On Jan 14, 5:04 pm, Patrick Paulter <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I''m having problem trying to get the app running properly due to it not > finding MySQL.It seems that the app can''t find mysql. > > This error shows up on my production log: MissingSourceFile (no such > file to load -- mysql) > -- > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Reasonably Related Threads
- ** PLEASE HELP A NEWBIE ** Status: 500 Internal Server Error no such file to load -- mysql
- no such file to load -- restClient (MissingSourceFile) HELP
- MissingSourceFile error
- no such file to load -- acts_as_ferret (MissingSourceFile)
- mongrel + mysql can't connect in custom mysql install