Rails错误:LoadError: no such file to load – openssl 解决办法

来源:互联网 发布:java迭代器移动 编辑:程序博客网 时间:2024/06/05 05:28
  1. Install openssl and openssl-devel.
    aptitude install libssl-dev
  2. Go to your Ruby source directory and run the following commands:
    cd ext/openssl
    rvmsudo ruby extconf.rb
    make
    make install


原创粉丝点击