Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #3495

Re: no such file to load -- sqlite3 (LoadError)

From "Jim S." <jimsyyap@gmail.com>
Newsgroups comp.lang.ruby
Subject Re: no such file to load -- sqlite3 (LoadError)
Date 2011-04-26 00:00 -0500
Organization Service de news de lacave.net
Message-ID <f977dc6436b2920e601c3c210c19e143@ruby-forum.com> (permalink)
References <46dd1b07112ae87ce8cf8d83c01043f8@ruby-forum.com>

Show all headers | View raw


found this on google-- http://goo.gl/2zcza gave it a try and got these--

#######################################################

Hello! The sqlite3-ruby gem has changed it's name to just sqlite3. 
Rather than
installing `sqlite3-ruby`, you should install `sqlite3`.  Please update 
your
dependencies accordingly.

Thanks from the Ruby sqlite3 team!

<3 <3 <3 <3

#######################################################

Successfully installed sqlite3-ruby-1.3.3
1 gem installed
Installing ri documentation for sqlite3-ruby-1.3.3...
Installing RDoc documentation for sqlite3-ruby-1.3.3...

going into irb--

require 'sqlite3'
=>
LoadError: no such file to load -- sqlite3
  from (irb):1:in `require'
  from (irb):1
  from :0

-- 
Posted via http://www.ruby-forum.com/.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

no such file to load -- sqlite3 (LoadError) "Jim S." <jimsyyap@gmail.com> - 2011-04-25 22:51 -0500
  Re: no such file to load -- sqlite3 (LoadError) Joel VanderWerf <joelvanderwerf@gmail.com> - 2011-04-25 23:36 -0500
  Re: no such file to load -- sqlite3 (LoadError) "Jim S." <jimsyyap@gmail.com> - 2011-04-25 23:10 -0500
  Re: no such file to load -- sqlite3 (LoadError) Joel VanderWerf <joelvanderwerf@gmail.com> - 2011-04-25 23:04 -0500
  Re: no such file to load -- sqlite3 (LoadError) "Jim S." <jimsyyap@gmail.com> - 2011-04-25 23:50 -0500
    Re: no such file to load -- sqlite3 (LoadError) Joel VanderWerf <joelvanderwerf@gmail.com> - 2011-04-26 00:06 -0500
  Re: no such file to load -- sqlite3 (LoadError) "Jim S." <jimsyyap@gmail.com> - 2011-04-26 00:00 -0500
  Re: no such file to load -- sqlite3 (LoadError) "Jim S." <jimsyyap@gmail.com> - 2011-04-26 00:10 -0500

csiph-web