>>>>> "M" == Michael Davis <mdavis / sevainc.com> writes: M> /usr/local/lib/ruby/1.7/pstore.rb:16:in `require': No such file to load M> -- digest/md5 (LoadError) M> from /usr/local/lib/ruby/1.7/pstore.rb:16 Well, normally digest/md5 is built when you compile ruby pigeon% ./ruby -rdigest/md5 -ve 1 ruby 1.7.2 (2002-01-30) [i686-linux] -e:1: warning: useless use of a literal in void context pigeon% Try to change to the directory ext/digest/md5 and run the command ruby extconf.rb and see the messages given Guy Decoux