From: Simon Jones Date: 2008-03-08T01:59:57+09:00 Subject: Re: TMail problem "Simon Jones" wrote in message news:2edAj.5799$%N1.255@newsfe3-gui.ntli.net... > getfeed1.rb:3:in `require': no such file to load -- tmail (LoadError) > from getfeed1.rb:3 > > The same happens with any script (that I've tried) that requires tmail. > I'm as new to Linux as I am to Ruby, so it may well be that I'm > overlooking something really, really obvious here. Sorry to follow up my own post, but I've found (thanks to Tim Hunter's post "requiring rubygems") that require 'rubgems' seems to solve the problem. Simon