If you are using Snow Leopard, here is what you have to do to make Merb happy:
- Install 64-bit MySQL 5.1 - Reinstall mysql gem (sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config) - Reinstall do_mysql gem (sudo env ARCHFLAGS="-arch x86_64" gem install do_mysql --version 0.9.11 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config) - Install libxml2 and libxslt (for nokogiri, I used MacPorts) - Recompile all native gems (gem pristine --all) - Uninstall fastthread and mongrel gems, and reinstall mongrel gem If I missed anything, let me know. ..tony.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
