From: Dale Date: 2007-01-25T17:47:29+09:00 Subject: Re: ruby and library paths Ha! Super! You were spot on. Thanks! $ irb irb(main):001:0> require "rubygems" => true irb(main):002:0> require "fcgi" => true irb(main):003:0> Pit Capitain wrote: > Hi Dale, I have no Linux, so I can't tell you much more. But to be able > to use gems, you first have to load the ruygems library itself. So try > > require "rubygems" > require "fcgi"