From aa4983ee7610bd50b9f7fa4be9119cd498da2c95 Mon Sep 17 00:00:00 2001
From: erwanlr
cannot load such file -- readline
+Run sudo aptitude install libreadline5-dev libncurses5-dev
+Then, open the directory of readline gem (you have to locate it first)
+ +
+
+ cd ~/.rvm/src/ruby-1.9.2-p180/ext/readline
+ ruby extconf.rb
+ make
+ make install
+
+
+
+ See here for more details
+