Hi,
I've followed these instructions to install sqlite3 gem : http://docs.webfaction.com/software/rails.html#installing-sqlite3-ruby from source.
Everything worked fine. But when in my rails application directory i try to "bundle install" to install all gems I get this error :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | Installing sqlite3 (1.3.3) with native extensions
/home/plehoux/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:551:in
`rescue in block in build_extensions': ERROR: Failed to build gem native
extension. (Gem::Installer::ExtensionBuildError)
/home/plehoux/.rvm/rubies/ruby-1.9.2-p290/bin/ruby extconf.rb
checking for sqlite3.h... yes
checking for sqlite3_libversion_number() in -lsqlite3... yes
checking for rb_proc_arity()... yes
checking for sqlite3_initialize()... no
sqlite3-ruby only supports sqlite3 versions 3.6.16+, please upgrade!
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
|
I've installed rvm in my home directory and run ruby 1.9.2 and Gem from ~/.rvm directory.
Any idea?
asked
Aug 23 '11 at 01:04
plehoux
1●5