> I used for OSX 10.5 > sudo gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/ > mysql_config
Hi Eric, Thanks for your help. The problem was that the computer did not have libmysqlclient15-dev package which contains mysql_config. I did the following sudo apt-get install libmysqlclient15-dev and then gem install mysql worked as expected. I am going to get this wiki'ed at http://wiki.rubyonrails.com/rails Thanks for your help. It's quite intimidating/challenging for a n00b even if s/he is a hacker at heart. The funny part was it was all working till I upgraded to rails 2.2.2 in a vein to be on the latest stable branch. -Kedar -- 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 -~----------~----~----~----~------~----~------~--~---

