Installing Mysql gem on os x
September 8th, 2006
A lot of people suggest that this is what should work:
sudo gem install mysql — –with-mysql-dir=/usr/local/mysql
But for me it was this instead:
sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config
I don’t know if that’s because I’m compiling against mysql 5 or what.





Leave a Reply