Never been to DZone Snippets before?

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

About this user

adeh http://blog.desandies.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

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

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS