Installing gem mysql on mac with MAMP
On October 19, 2010,
in IT Related, Ruby on Rails,
by admin
I have been having problem installing some gems after i use RVM. One problem I encounter is installing the gem mysql. I have MAMP installed already. To install mysql gem on this setup, issue this command:
$ sudo gem install mysql — –with-mysql-config=/Applications/MAMP/Library/bin/mysql_config
and this works for me.

Recent Comments