Read more

Fix error: rails console - no such file to load -- readline

Andreas Robecke
March 08, 2012Software engineer

Install libreadline:

sudo apt-get install libreadline-dev
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Reinstall the ruby and tell rvm where to find readline

rvm reinstall 1.8.7 --with-readline-dir=/usr/include/readline

Make sure you get a huge cup of tea before running the command above! It will take some time.

References

Posted by Andreas Robecke to makandra dev (2012-03-08 13:47)