On 10/1/05, basi <basi_lio / hotmail.com> wrote: > Install completed, however, when requiring, I get this: > > irb(main):001:0> require 'sqlite3' > => false This part is probably because of a bug in RubyGems that I *think* is being looked at. Check to see if the Sqlite3 constant (I *think* that's the one) has been added. > irb(main):002:0> require 'sqlite3-ruby' > LoadError: No such file to load -- sqlite3-ruby This is the name of the gem, not the item to require. -austin -- Austin Ziegler * halostatue / gmail.com * Alternate: austin / halostatue.ca