musings on programming topics

Compiling mysql bindings for ruby on os x

Posted: June 19th, 2009 | Author: michael | Filed under: Uncategorized | No Comments »

This is on a few other places, but I wanted to document it for myself =D.

ruby extconf.rb --with-mysql-config=/usr/local/mysql/bin/mysql_config -with-mysql-dir=/usr/local/mysql


Leave a Reply