From: Daniel Berger Date: 2005-04-02T11:09:42+09:00 Subject: Re: what password obfuscation options are there in standard ruby on windows? rpardee@comcast.net wrote: > Hmmm... confusing. I do find files called ssl.rb here: > > "C:\Program Files\Ruby\lib\ruby\1.8\webrick\ssl.rb" > > and > > "C:\Program Files\Ruby\lib\ruby\1.8\drb\ssl.rb" > > And I've even got an OpenSSL folder under Samples. But none of the > samples seem to work, and irb says: > > irb(main):001:0> require 'openssl' > LoadError: No such file to load -- openssl > from (irb):1:in `require' > from (irb):1 > > Any advice? Maybe I need to re-install? Works for me: irb(main):001:0> require "openssl" => true Looks like either you have an old version of the installer or it got borked somehow. A "ruby -v" should return the following: ruby 1.8.2 (2004-12-25) [i386-mswin32] My suggestion is to grab the latest installer and re-install. Regards, Dan