on Linux 2.6, 64-bit, these commands seem to work without error:
autoconf
./configure --prefix=$HOME
make
But I need help here. Webrick seems to be the first that needs
digest/sha1:
$ ruby-1.8.6-p111 make test-all
./miniruby ./runruby.rb --extout=.ext – “./test/runner.rb”
–basedir="./test" --runner=console
~/sources/ruby-1.8.6-p111/lib/webrick/httpauth/digestauth.rb:18:in
require': no such file to load -- digest/sha1 (LoadError) from ~/sources/ruby-1.8.6-p111/lib/webrick/httpauth/digestauth.rb:18 from ~/sources/ruby-1.8.6-p111/lib/webrick/httpauth.rb:12:in
require’
from ~/sources/ruby-1.8.6-p111/lib/webrick/httpauth.rb:12
from ~/sources/ruby-1.8.6-p111/lib/webrick.rb:29:in require' from ~/sources/ruby-1.8.6-p111/lib/webrick.rb:29 from ~/sources/ruby-1.8.6-p111/lib/soap/rpc/httpserver.rb:12:in
require’
from ~/sources/ruby-1.8.6-p111/lib/soap/rpc/httpserver.rb:12
from
~/sources/ruby-1.8.6-p111/lib/soap/rpc/standaloneServer.rb:9:in
require' ... 16 levels... from ~/sources/ruby-1.8.6-p111/lib/test/unit/autorunner.rb:213:in
[]’
from
~/sources/ruby-1.8.6-p111/lib/test/unit/autorunner.rb:213:in run' from ~/sources/ruby-1.8.6-p111/lib/test/unit/autorunner.rb:12:in
run’
from ./test/runner.rb:7
make: *** [test-all] Error 1
Any Ideas At All ??