Hi, > From: "Joel VanderWerf" <vjoel / PATH.Berkeley.EDU> > Sent: Wednesday, January 14, 2004 4:32 PM > I never got past 'make' before, so nothing got installed. Hmm. Sorry, I misunderstood the problem. > > $ find /usr/locall/lib/ruby/site_ruby/1.9 -name 'openssl*' > > > > ? > > $ find /usr/local/lib/ruby/ -name 'openssl*' > /usr/local/lib/ruby/1.9/openssl.rb > /usr/local/lib/ruby/1.9/openssl > /usr/local/lib/ruby/1.9/i686-linux/openssl.so > > Is this what you expect? I thought that openssl.so in "site_ruby/1.9" caused the problem. Seeing your mail more deep, I think your drb/ssl runs fine. drbssl_c.rb in the drb CVS uses the method which has been renamed to fit OpenSSL's API. Change x509_store.verify_message -> x509_store.error_string. Regards, // NaHi