Getting the following error when installing mysql2 gem in Ubuntu 14.04?
“Error installing mysql2: ERROR: Failed to build gem native extension.”
This is because you are missing the libmysql-ruby package. To fix, just run the following to install it.
sudo apt-get install libmysqlclient-dev
Recent Comments