Today I was trying to do a
gem install mysql.
and kept getting this issue
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
I had to do to finally install the gem.
sudo gem install mysql — –with-mysql-dir=/usr/local/mysql



