From: Dale Date: 2007-01-25T17:19:53+09:00 Subject: Re: ruby and library paths This does work though... absolute path to lib, so there must be a path issue in terms of irb's environment? irb(main):003:0> require "/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.so" => true Dale wrote: > Thanks for the advice Pit, but there still appears to be a path issue? > Any other suggestions? Thanks. > > $ irb > irb(main):001:0> require "fcgi" > LoadError: no such file to load -- fcgi > from (irb):1:in `require' > from (irb):1 > irb(main):002:0> require "fcgi.so" > LoadError: no such file to load -- fcgi.so > from (irb):2:in `require' > from (irb):2 > irb(main):003:0>