Use rvm in Ubuntu

Source: Internet
Author: User
Rvm needs to be used in Ubuntu recently, so there should be no problem. This is because the installation of rvm on the macbook was very smooth. However, after rvm is installed in ubuntu, openssl and readline cannot be loaded. I found this reference after searching for half a day. Now I want to record it. When loadopenssl is not available, use the following method to solve $ sudoapt-getinstalllibssl-dev $ cd ~ /.

Rvm needs to be used in Ubuntu recently, so there should be no problem. This is because the installation of rvm on the macbook was very smooth.

However, after rvm is installed in ubuntu, openssl and readline cannot be loaded. I found this reference after searching for half a day. Now I want to record it.

When openssl cannot be loaded, use the following methods

$ Sudo apt-get install libssl-dev
$ Cd ~ /. Rvm/src/ruby-1.8.7/ext/openssl
$ Ruby extconf. rb
$ Make & make install
When you cannot load readline, use the following methods

$ Sudo apt-get install libreadline5-dev
$ Cd ~ /. Rvm/src/ruby-1.8.7/ext/readline
$ Ruby extconf. rb
$ Make & 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.