zero0x wrote: > Hi, I had to install 32 bit MySQL in order to get Rails running on my > Mac.
OS X 10.5. This worked for me too -- if you are real sure that you've installed the gem as suggested elsewhere here, but are still seeing: dlsym/xxxx Init_mysql): symbol not found /gems/mysql-2.7/lib/mysql.bundle move your MySQL to 32 bit install and then re-install the gem with the -- --with-mysql-config=/usr/local/mysql/bin/mysql_config. The added complication for me was that MySQL 64-bit seems to work with Ruby 1.8.6 -- I only saw problems after updating to 1.8.7. -- 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 -~----------~----~----~----~------~----~------~--~---

