I am having some problems when trying to install mysql2 gem for Rails. When I try to install it by running bundle install or gem install mysq
mysql2
bundle install
gem install mysq
On Ubuntu(18.04)
i was able to solve this issue by running the following:
sudo apt-get install build-essential libmysqlclient-dev gem install mysql2
reference