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 have the same problem with digest.so not existing, but with Ruby
1.8.4 on Mandrake 10.1. I’ve tried Googling for digest.so, but I’m only
coming up with Perl modules.