This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Installing mysql gem on Leopard
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
If you ever get an error when installing the mysql gem on Leopard, then you should use the following command that worked for me:
sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config
CrazyRails on his blog suggest using the following command if the above command doesn’t work:
sudo gem install mysql — –with-mysql-lib=/usr/local/mysql/lib
Enjoy!
Posted in Uncategorized