What do I need to install mysql gem on Mac OS X ? I'm getting error "failed to build native extensions".
I installed MySQL with Homebrew and I had to use this to finally be able to upgrade the gem:
gem install mysql2 -- --with-mysql-dir=/usr/local/opt/mysql/
I'm using Mac OS X 10.10 (Yosemite), and to me worked with the command bellow:
gem install mysql2 -- \ --with-mysql-config=/usr/local/mysql/bin/mysql_config
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With