Readline not working in rvm - Ubuntu 11.10

后端 未结 6 1804
终归单人心
终归单人心 2021-01-04 09:43

I am using rvm on my ubyntu 11.10. My readline is not working, I tried ruby extconf.rb but it is not passed. Output is bellow:

$ ruby extconf.rb         


        
6条回答
  •  时光说笑
    2021-01-04 10:26

    I got the solution:

    Run the command

    rvm requirements
    

    It shows the requirements and dependencies. Install those and reinstall the ruby on rvm

    rvm remove 1.9.2
    rvm install 1.9.2
    

    It works!

提交回复
热议问题