Skip to content

Instantly share code, notes, and snippets.

@HotFusionMan
Created May 22, 2012 04:23
Show Gist options
  • Save HotFusionMan/2766541 to your computer and use it in GitHub Desktop.
Save HotFusionMan/2766541 to your computer and use it in GitHub Desktop.
command line for installing mysql gem on 64-bit Mac OX X 10.{6,7}
env ARCHFLAGS="-arch x86_64" gem install --no-rdoc --no-ri mysql -- --with-mysql-dir=/usr/local/mysql/lib/ --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