Pages - Menu

Monday, October 8, 2012

MySQL - Error trying to install gem

Hi fellas!

Installing mysql gem I got this:

Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.

Which is a well known error for ruby users. It's all about lack of developer libraries.

To solve it I had to:

$ apt-get install libmysqlclient-dev



Adios!

No comments:

Post a Comment