`
steven19880224
  • 浏览: 11870 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

in `require': no such file to load -- openssl (LoadError)

阅读更多

解决方法如下:

下载1.9.2源文件,执行以下命令

$ cd ~/Downloads/ruby-1.9.2-p180/ext/openssl (assuming you extracted the ruby tar to ~/Downloads)
$ ruby extconf.rb && make && sudo make install

 

If you’ve compiled Ruby from source, you might get this error when executing script/console:

 

/usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require': no such file to load -- readline (LoadError)

 

One way of fixing this is to compile readline, which is distributed along with the Ruby source:

 

 cd /opt/src/ruby-1.8.5-p2/ext/readline
 ruby extconf.rb
 make
 sudo make install
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics