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
I have several computers, 32 and 64 bits processor, they run on Ubuntu Linux, Maverick (10.10) release.
I had the same problem, and for me, the sudo apt-get install libmysql-ruby libmysqlclient-dev did the job!!!
sudo apt-get install libmysql-ruby libmysqlclient-dev