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


Groups > comp.lang.ruby > #3490

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

From Joel VanderWerf <joelvanderwerf@gmail.com>
Newsgroups comp.lang.ruby
Subject Re: no such file to load -- sqlite3 (LoadError)
Date 2011-04-25 23:36 -0500
Organization Service de news de lacave.net
Message-ID <4DB64BD6.2050002@gmail.com> (permalink)
References <46dd1b07112ae87ce8cf8d83c01043f8@ruby-forum.com> <14d3f8cdf183c7d5a834c12ca9db7970@ruby-forum.com>

Show all headers | View raw


On 04/25/2011 09:10 PM, Jim S. wrote:
> Thanks for that quick reply.
>
> I looked up and installed libsqlite3-dev in synaptic package manager.
> Running irb...
>
> require 'sqlite3'
> =>
> LoadError: no such file to load -- sqlite3
>    from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require'
>    from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
>    from (irb):2
>    from /usr/lib/ruby/1.8/rubygems.rb:123
>

Unfortunately, you'll have to build the gem again, since gem and apt are 
separate package systems. Try this again:

gem install sqlite3

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