Thursday, April 24, 2008

centos mysql gem




To install the mysql gem on Centos, try the following:


gem install mysql -- --with-mysql-dir=/usr/ --with-mysql-lib=/usr/lib/mysql/ --with-mysql-include=/usr/include/mysql/


From datamapper group on google groups.