On Mar 5, 2007, at 12:07, Hugh Sasse wrote: > On Tue, 6 Mar 2007, Eric Hodel wrote: >> On Mar 5, 2007, at 10:46, Hugh Sasse wrote: >>> On Tue, 6 Mar 2007, Eric Hodel wrote: >>>> Did openssl.rb and friends get installed? >>> >>> I haven't done make install on this, just testing so far. What can >>> I tell you that would help most at this stage? >> >> $ find .ext -name "*ssl*" > > brains hgs 74 %> pwd > /export/home/Scratch/hgs/ruby-1.8.6-preview3 > brains hgs 75 %> find .ext -name "*ssl*" > brains hgs 76 %> > > Seems not. What else can I tell you? $ gemwhich openssl /usr/local/lib/ruby/1.8/openssl.rb It seems that RubyGems is picking up OpenSSL from somewhere else, but you don't have OpenSSL::SSL. Maybe the test on line 202 of imap.rb is insufficient.