Skip to content

Instantly share code, notes, and snippets.

@luizfonseca
Created January 2, 2011 06:42
Show Gist options
  • Save luizfonseca/762353 to your computer and use it in GitHub Desktop.
Save luizfonseca/762353 to your computer and use it in GitHub Desktop.
How to install mysql/ruby gem on Snow Leopard.
sudo env ARCHFLAGS="-arch i386" gem install mysql -- \
--with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \
--with-mysql-include=/usr/local/mysql/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment