On Mar 5, 2007, at 10:46, Hugh Sasse wrote: > On Tue, 6 Mar 2007, Eric Hodel wrote: >> On Mar 5, 2007, at 04:16, Hugh Sasse wrote: >>> On Mon, 5 Mar 2007, Akinori MUSHA wrote: >>> >>>> Please test the release candidate out and drop us a report >>>> immediately >>>> if you find a problem. The ruby-core list and the bug tracker on >>>> RubyForge are the preferable means to submit a bug report: >>> >>> We don't have openssl installed [We use Sun's native one], and we >>> get >>> [with most of the successful and uninformative stuff pruned] >>> >>> ./miniruby ./runruby.rb --extout=.ext -- "./test/runner.rb" >>> --basedir="./test" --runner=console >>> /export/home/Scratch/hgs/ruby-1.8.6-preview3/lib/net/imap.rb:204: >>> uninitialized constant Net::IMAP::SSL (NameError) >> >>> gmake: *** [test-all] Error 1 >>> You have mail in /var/mail/hgs >>> brains hgs ruby-1.8.6-preview3 63 $ exit >>> exit >> >> 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*" .ext/common/openssl .ext/common/openssl/ssl.rb .ext/common/openssl.rb .ext/i686-darwin8.8.2/openssl.bundle [...]