Skip to content

Instantly share code, notes, and snippets.

@adamhunter
Created August 28, 2009 20:05
Show Gist options
  • Save adamhunter/177192 to your computer and use it in GitHub Desktop.
Save adamhunter/177192 to your computer and use it in GitHub Desktop.
install mysql gem for snow leopard
first install the x84_64 version of mysql
then run:
sudo env ARCHFLAGS="-Os -arch x86_64 -fno-common" gem install 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