Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Setting Up Your Development Environment (Linux)

daniel-leibovic edited this page Feb 13, 2015 · 5 revisions

#Troubleshooting #

MySQL

If experiencing errors like

Error installing mysql2: ERROR: Failed to build gem native extension.

Then try the following command:

sudo apt-get install libmysqlclient-dev

And see SO for more details.

Clone this wiki locally