Installing mysql Ruby gem on Lucid Ubuntu

To install the mysql gem for Ruby 1.9.1 on Ubuntu Lucid, you need the headers so that it gets compiled properly. What I did to install it was:

sudo apt-get install libmysqlclient15-dev
sudo gem install mysql
 
---

Comment

your_ip_is_blacklisted_by sbl.spamhaus.org

---