Fink, Mysql, and Mysql Ruby gem

[Posted by Urban Hafner on 13 Jan 2009]

Installing the ruby mysql gem with a mysql installed via fink worked for me using the following command:

sudo gem install mysql -- --with-mysql-include=/sw/include/mysql \
 --with-mysql-lib=/sw/lib --with-mysql-config=/sw/bin/mysql_config

Tags fink, ruby, mac, osx, rubygems

blog comments powered by Disqus