This morning, as a result of a hardware failure on my home server, I decided to move my Redmine devtracker to my Linode host. Read the rest of this entry »
Jun
13
sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config
This worked for me with mysql installed via macports by the command:
sudo port install mysql5 +server
From Code Intensity.