From: Jonathan Nielsen Date: 2010-01-09T03:58:22+09:00 Subject: Re: openssl error - ubuntu On Fri, Jan 8, 2010 at 11:50 AM, Roberto Felloni wrote: > How I can download ruby1.9.1 with /ext subdir ... > or how I can integrate with openssl my ruby1.9.1. Recompile and reinstall ruby 1.9.1 with the libssl-dev package installed, and you might want to synchronize your system time with 'sudo ntpdate ntp.ubuntu.com' before compiling... I've had it refuse to compile the openssl extension due to a skewed clock before. Good luck... -Jonathan Nielsen