David Radcliffe
home
about me
resources
If you're trying to install the mysql gem on Ubuntu (and possibly other distros) you need several packages installed prior to installing the gem. I keep forgetting so here they are. Hopefully this will help someone else too.
$ apt-get install mysql-client $ apt-get install libmysqlclient15-dev $ gem install mysql
Please enable JavaScript to view the
comments powered by Disqus.
Related Posts
15 Apr 2012
»
Geek Blog Progession
23 Jan 2012
»
Finding the pid file for mongodb
29 Dec 2011
»
Importing csv data to rails using rake