Skip to content

Instantly share code, notes, and snippets.

@debreczeni
Created May 9, 2011 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debreczeni/962391 to your computer and use it in GitHub Desktop.
Save debreczeni/962391 to your computer and use it in GitHub Desktop.
Mysql2 gem mac os x.6 fix
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