Rick wrote: > Is it possible that you need to re-install the mysql gem? I think you > said you upgraded MySQL but you didn't say from what version. I know > the mysql gem includes a C component that hooks in to the MySQL > library, this might be the source of your problem.
Thanks Rick. I reinstalled the MySql gem before the initial post. That gem installation was causing errors with RDoc installation (as reported by others as well) so I installed it with "gem install mysql --no-ri --no-rdoc". When you google the error I am getting, it has been reported by other folks too so it seems like something related to how Rails 2.2.2 and MySql 5.1.30 interact. The only solution I have found others suggest is to install an older version of MySql 5.1.30. BTW - I didn't have an older version installed. I am starting with MySql 5.1.30 -- 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 -~----------~----~----~----~------~----~------~--~---

