Created
October 29, 2010 01:14
-
-
Save boscomonkey/652691 to your computer and use it in GitHub Desktop.
install MySQL gem on Mac OSX
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
export ARCHFLAGS="-arch x86_64" | |
gem install mysql \ | |
-- \ | |
--with-mysql-dir=/usr/local/mysql \ | |
--with-mysql-config=/usr/local/mysql/bin/mysql_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment