i had just installed sqlite3 but it example barfs in the first do
loop.

i uninstalled sqlite3 and installed sqlite-ruby as you suggest and the
example works.

thank you!

On Mar 17, 6:16 pm, Scott LaBounty <[email protected]> wrote:
> Try:
>
> sudo gem install sqlite3-ruby
>
> and see if that gets you anywhere.
>
>
>
> On Wed, Mar 17, 2010 at 6:00 PM, cinaed <[email protected]> wrote:
> > hi - i'm using ruby ruby 1.9.1p376  and sequel 3.9.0 and i tried to
> > run the example from rdoc but it no work.
>
> > i installed sequel by
>
> >   gem install sequel
>
> > if i just run
>
> >   #!/usr/bin/env ruby
> >    require 'rubygems'
> >    require 'sequel'
> >    DB=Sequel.sqlite # memory database
>
> > it barfs with following message
>
> >   [cin...@cartan(92)]- ./testit.rb
> > /usr/devtools/lib/ruby/gems/1.9.1/gems/sequel-3.9.0/lib/sequel/
> > adapters/sqlite.rb:1:in `require': LoadError: no such file to load --
> > sqlite3 (Sequel::AdapterNotFound)
>
> > actually, i have no interest in sqlite - my interest is in postgres
> > but it's giving me the same error.
>
> > any help would greatly appreciated.
>
> > i have sqlite 3.36 and postrgres 8.3.7  installed.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "sequel-talk" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<sequel-talk%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/sequel-talk?hl=en.
>
> --
> Scotthttp://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to