>>>>> "r" == rpardee <rpardee / comcast.net> writes: r> totoro:~/chcr/rb>ruby -e 'require "net/smtp"' r> /usr/local/lib/ruby/1.8/sparc-solaris2.9/digest/md5.so: ld.so.1: ruby: r> fatal: libcrypto.so.0.9.7: open failed: No such file or directory - r> /usr/local/lib/ruby/1.8/sparc-solaris2.9/digest/md5.so (LoadError) r> from /usr/local/lib/ruby/1.8/net/smtp.rb:122 r> from -e:1:in `require' r> from -e:1 r> totoro:~/chcr/rb> r> It looks to me like that md5.so file *does* exist at the specified r> location: This is libcrypto.so.0.9.7, not md5.so, that it can't find at runtime. Guy Decoux