Greetings :)

Hi, I'm Louis!
I like to code, but I don't do enough of it.

This blog is about trying my best to keep up with the ever evolving stream of technology.

Saturday, May 26, 2012

Errors installing mysql2 on ubuntu

Upon installing the mysql2 gem I got the following error:

ERROR: Failed to build gem native extension.
I fixed it with:
sudo apt-get install libmysql-ruby libmysqlclient-dev

Thanks to this post here

No comments:

Post a Comment