Ruby: No Such File to Load: net/https
Posted on February 8, 2007
Filed Under /dev/ruby | 2,068 views |
…/custom_require.rb:27:in `gem_original_require’: no such file to load — net/https (MissingSourceFile)
If you get this error when getting your Rails app up and running under Ubuntu (Dapper in my case) it means you still need to install the libopenssl-ruby library:
apt-get install libopenssl-ruby
I recommend installling that before you install Rails.
Comments
5 Responses to “Ruby: No Such File to Load: net/https”
Leave a Reply
Works great on Debian etch as well.
Thanks a lot! Works also under Ubuntu 7.10 Gutsy Gibbon
Thanks.
Still relevant. needed to do this after upgrading to Ubuntu 8.10
wow you rock!