diff --git a/index.html b/index.html index 310ce978..a036f2bb 100644 --- a/index.html +++ b/index.html @@ -139,6 +139,22 @@
+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
+