Skip to content

Instantly share code, notes, and snippets.

@scharfie
Created June 21, 2011 17:21
Show Gist options
  • Save scharfie/1038368 to your computer and use it in GitHub Desktop.
Save scharfie/1038368 to your computer and use it in GitHub Desktop.
how to install mysql gem
sudo env ARCHFLAGS="-arch x86_64" gem install mysql -v 2.7 -- --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib --with-mysql-include=/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment