Changes
→ubuntu
On Ubuntu you will also need to:
sudo apt-get install libmysqlclient15-dev
Then you can:
sudo gem install mysql
Ubuntu also packages the mysql library, if you'd rather use that version you can try:
sudo apt-get install libmysql-ruby
===== Solaris 10 (sparc) =====