NAKAMURA, Hiroshi wrote: > Hi, > > >>From: "Joel VanderWerf" <vjoel / PATH.Berkeley.EDU> >>Sent: Wednesday, January 14, 2004 4:18 PM > > >>>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? >> >>I did a 'make distclean' after mucking around with extconf.rb, so I >>think I am safe. > > > distclean does not uninstall anything. I never got past 'make' before, so nothing got installed. > $ 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? ( $ruby -v ruby 1.9.0 (2004-01-08) [i686-linux] )