Created
May 9, 2011 11:48
-
-
Save debreczeni/962391 to your computer and use it in GitHub Desktop.
Mysql2 gem mac os x.6 fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install mysql2 --version 0.2.6 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config | |
sudo install_name_tool -change libmysqlclient.18.dylib /usr/local/mysql/lib/libmysqlclient.18.dylib ~/.rvm/gems/ruby-1.8.7-p334@sportline/gems/mysql2-0.2.6/lib/mysql2/mysql2.bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment