Posteado por: emmanueloga en: Noviembre 29, 2007
Just for the record, number problem one was to set up mongrel_cluster on init.d.
Soooo. Now “ruby script/console” fails with a “require ‘readline’ failure” or something. The problem was that, for some reason, when i built the ruby interpreter (1.8.6) the readline extension was not built and installed. ruby’s readline extension comes with the standard ruby distribution. So, i did a:
In ubuntu you’ll problably need libreadline5 and libreadline5-dev _before_ running make:
“sudo apt-get install libreadline5 and libreadline5-dev“
Now “ruby script/console” should work.
Septiembre 27, 2009 a 10:30 pm
Hi, thanks for posting this. I had the problem with a new source install with ruby 1.8.7 patchlevel 72.