Installing the MySQL Ruby Gem on CentOS5

Pretty easy

yum install mysql-devel
gem install mysql -- --with-mysql-config=/usr/bin/mysql_config --with-mysql-lib=/usr/lib/mysql

Leave a Reply