Hi Can someone please help me out with this install error? Well actually I can install ruby 1.8.5 on OS X 10.4 but I cannot do a successful "make test" or use ruby to run gem setup. I get this error: [/src/ruby-1.8.5] tammy% make test ./rubytest.rb:40: warning: Insecure world writable dir /usr/local/bin, mode 040777 digest/sha2.so: no such file to load -- digest.so (LoadError) test failed make: *** [test] Error 1 [/src/ruby-1.8.5] tammy% sudo chmod 775 /usr/local/bin [/src/ruby-1.8.5] tammy% make test digest/sha2.so: no such file to load -- digest.so (LoadError) test failed make: *** [test] Error 1 I followed HiveLogic's install guide: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger or, err, well, I did not get very far. Any insight appreciated! Thanks, t -- Posted via http://www.ruby-forum.com/.