Changes
→mysql
Except some additional configuration arguments may be neccesary to compile on your machine.
===== redhat =====
On a RedHat machine, this works:
sudo gem install mysql -- --with-mysql-config=/usr/lib/mysql/mysql_config
===== ubuntu =====
On Ubuntu you will also need to:
sudo apt-get install libmysql-ruby
===== Solaris 10 (sparc) =====
This has been reported to work on Solaris 10 (sparc)
gem install mysql -- --with-mysql-include=/opt/pkgs/mysql/include/
with-mysql-lib=/opt/pkgs/mysql/lib
=== More optional gems ===