------ art_93460_12162366.1154484038508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey folks, I've installed two gems from http://www.textualize.com -- sruby ( http://www.textualize.com/sruby) and ruby-marc ( http://www.textualize.com/ruby_marc) via gem install from rubygems.org to my ruby 1.8 install on x86 Debian unstable. Both gems installed correctly as far as I could tell, and I've installed many other gems that worked just dandy. However, neither of these two gems work. For sruby I get the following in irb: >> require 'sru' LoadError: no such file to load -- sru from (irb):1:in `require' from (irb):1 The marc gem does require correctly, but when it comes time to execute the sample code listed I get the following error from irb: reader ARC::Reader.new('batch.dat') NameError: uninitialized constant MARC::Reader from (irb):2 from :0 Any ideas on how to debug this, or should I just badger the folks at textualize.com? jf ------ art_93460_12162366.1154484038508--