Hi,

> From: "Joel VanderWerf" <vjoel / PATH.Berkeley.EDU>
> Sent: Wednesday, January 14, 2004 2:51 PM

> NAKAMURA, Hiroshi wrote:
> >>I have openssl installed at the default location and tried to configure 
> >>the openssl extension for ruby 1.9, but it doesn't find openssl:
> > 
> > 
> > Run configure with "--with-openssl-dir".
> 
> Thanks! I knew it would be easy. I should have grepped the configure 
> options...

It's a little long road to find.
configure -> rbconfig.rb -> mkmf.rb -> extconf.rb -> README.EXT

BTW, if you've once run extconf.rb by yourself, do you know the
Makefile you generated installs files to site_dir by default.
Don't your site_dir have openssl.so?

Regards,
// NaHi