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