Jamis Buck wrote: > > Try this: > > ruby -ropenssl -e "p OpenSSL::PKey::DH.instance_method(:g)" > > If that gives you an error, then you've got an old version of the > OpenSSL module. Installing on top of 1.8.1 MIGHT have caused problems, > but I wouldn't have thought so. At any rate, if the above works, then > the problem is something else. If it doesn't, then we can take it from > there. $ ruby -ropenssl -e "p OpenSSL::PKey::DH.instance_method(:g)" -e:1:in `instance_method': undefined method `g' for class `OpenSSL::PKey::DH' (NameError) from -e:1 Umm, I just noticed that the only openssl.so files I have are fairly old... is the .so supposed to be the same timestamp as the .rb, more or less? Hal