Rails 3 - no such file to load — openssl

前端 未结 10 1302
忘了有多久
忘了有多久 2020-12-04 16:43

when running a Rails server, I get the following error: no such file to load -- openssl

I try a solution I find online. I go to ~/.rvm/src/ruby-1.9.2-head/ext/openss

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 16:51

    You might want to try running ruby-1.9.2-rc2 instead of head? not sure if it will solve this issue or not, but I did have a lot of problems trying to run under head

    pretty sure the the command would look like - rvm install 1.9.2-rc2

    you will need to re-install rails again

提交回复
热议问题