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

  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
    


你可能感兴趣的:(File,Ruby,Rails)