How to install mysql gem on Mac
Download and install the x86 version of MySql, the run the following command:
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
This should be enough to have the mysql gem installed
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home