Ruby upgrade no such file to load--ReadLine Solution _ruby Topic

Source: Internet
Author: User
Tags readline

Go to Script/consle after upgrading Ruby and Rails:

Copy Code code as follows:

/usr/local/lib/ruby/1.8/irb/completion.rb:10:in ' require ': No such file to load-ReadLine (Loaderror)
From/usr/local/lib/ruby/1.8/irb/completion.rb:10
From/usr/local/lib/ruby/1.8/irb/init.rb:252:in ' require '
From/usr/local/lib/ruby/1.8/irb/init.rb:252:in ' Load_modules '
From/usr/local/lib/ruby/1.8/irb/init.rb:250:in ' Each '
From/usr/local/lib/ruby/1.8/irb/init.rb:250:in ' Load_modules '
From/usr/local/lib/ruby/1.8/irb/init.rb:21:in ' Setup '
From/usr/local/lib/ruby/1.8/irb.rb:54:in ' Start '
From/usr/local/bin/irb:13

Solution:

Step one: Verify that the Libncurses5-dev Libreadline5-dev is installed and, if not installed, use

Copy Code code as follows:

sudo apt-get install Libncurses5-dev libreadline5-dev for installation

Step Two:
Copy Code code as follows:

Cd/usr/src/ruby-1.8.7/ext/readline
Ruby Extconf.rb
Make
sudo make install

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.