Hi, At Tue, 19 Sep 2006 02:35:05 +0900, Meino Christian Cramer wrote in [ruby-talk:214995]: > the stable-snapshot I downloaded today (18.9.) does not > compile/install cleanly on my Linux system (uptodate gentoo linux). > > Output was: > install -c -p .ext/common/bigdecimal/util.rb /usr/lib/ruby/1.8/bigdecimal/util.rb > install -c -p .ext/common/openssl/bn.rb /usr/lib/ruby/1.8/openssl/bn.rb > install -c -p .ext/common/openssl/digest.rb /usr/lib/ruby/1.8/openssl/digest.rb Seems openssl/digest.rb get installed correctly. > install -c -p .ext/common/openssl/x509.rb /usr/lib/ruby/1.8/openssl/x509.rb > install -c -p .ext/common/openssl/buffering.rb /usr/lib/ruby/1.8/openssl/buffering.rb > install -c -p .ext/common/openssl/ssl.rb /usr/lib/ruby/1.8/openssl/ssl.rb > install -c -p .ext/common/openssl/cipher.rb /usr/lib/ruby/1.8/openssl/cipher.rb Can you try removing Makefiles under ext and .ext directory once? ./miniruby -Ilib -run -e rm -- -f -r ext/**/Makefile .ext -- Nobu Nakada