Installing mysql gem on CentOS
Installing mysql gem on cent-os may sometimes be not as easy as:
$ gem install mysql
It may result in compilation error and fail to install. While this may happen for various reasons, in my case, I had to install “mysql-devel” package.
$ sudo yum install mysql-devel
Once I did this, the mysql gem installed happily.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





