DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Command To Install Mysql Gem In FC5
// installs the mysql gem with the correct locations of the mysql install, for some reason the installer can't find it on its own.
gem install mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql





