From: "Rob ." Date: 2004-10-09T06:42:02+09:00 Subject: Re: File loading problems using rdf-redland gem On Sat, 9 Oct 2004 05:55:31 +0900, Chad Fowler wrote: > On Sat, 9 Oct 2004 02:41:57 +0900, Rob . wrote: > > When I try to run a ruby script that uses rdf-redland I get the > > following "No such file to load" error. Possibly it is not finding my > > installation of redland? > > > > > ruby -rubygems parse.rb > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in > > `require__': No such file to load -- redland (LoadError) > > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in >> ... > > Hi Rob, > > Looks like you've found a RubyGems bug. I think we have seen > something similar since 0.8.1 was released, so we should be able to > figure it out pretty quickly. > > Thanks for the report. > > Chad Chad, are there any work-arounds you can suggest in the meantime? I'd like to give rdf-redland a whirl. ;-) My first thought had been that I had missed a step when doing the configure, make, install of the redland c library. Thanks, Rob