In mail "[ruby-talk:5930] tmpfile?"
David Suarez de Lis <excalibor / demasiado.com> wrote:
> Trying to install thongs I get this:
> $ ruby setup.rb config
> setup.rb:11:in `require': No such file to load -- tempfile (LoadError)
> from setup.rb:11
'tempfile' is one of the ruby's standard library and you can find it
as /usr/local/lib/ruby/1.6/tempfile.rb ordinaly. Are these libraries
installed correctly?
Minero Aoki