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”

  1. Herb on July 25th, 2007 10:35 am

    Works great on Debian etch as well.

  2. Martin on October 27th, 2007 3:39 pm

    Thanks a lot! Works also under Ubuntu 7.10 Gutsy Gibbon

  3. Thomas David Baker on May 19th, 2008 5:10 am

    Thanks.

  4. Allen on November 19th, 2008 2:51 pm

    Still relevant. needed to do this after upgrading to Ubuntu 8.10

  5. roger on November 22nd, 2008 8:24 pm

    wow you rock!

Leave a Reply