Yesterday, I was trying to run the rails console
command on Ubuntu with ruby 1.9.2 and rails 3.1, without any success. I was getting a no such file to load -- readline
error. This kind of error was sort of familiar for me (I had the common no such file to load -- zlib
and the not so common no such file to load -- openssl
a while ago). So this was probably another package that I was missing.
Tagged 'readline'
-
Rails 3.1 "rails console" fails with "no such file to load -- readline"