I ran into a similar error on Ubuntu, but it probably applies to all systems On ubuntu this means you don't have libsqlite3-dev. For windows it's probably the equivalent sqlite3 dev libraries.
On Oct 22, 11:37 pm, "Dominic Sisneros" <[EMAIL PROTECTED]> wrote: > I still can't get merb installed on windows because of do_sqlite3 > > C:\Documents and Settings\dominic e sisneros>gem install merb -V > HEAD 200 OK:http://gems.rubyforge.org/latest_specs.4.8 > HEAD 200 OK:http://gems.rubyonrails.org/latest_specs.4.8 > HEAD 200 OK:http://gems.github.com/latest_specs.4.8 > Installing gem do_sqlite3-0.9.6 > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/History.txt > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/LICENSE > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/Manifest.txt > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/README.txt > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/Rakefile > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/TODO > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/do_sqlite3_ext.c > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/extconf.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/lib/do_sqlite3.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/lib/do_sqlite3/transaction.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/lib/do_sqlite3/version.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/integration/do_sqlite3_spec.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/integration/logging_spec.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/integration/quoting_spec.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/spec.opts > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/spec_helper.rb > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/unit/transaction_spec.rb > Building native extensions. This could take a while... > ERROR: Error installing merb: > ERROR: Failed to build gem native extension. > > c:/ruby/bin/ruby.exe extconf.rb install merb -V > checking for sqlite3.h... no > *** 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. > > Provided configuration options: > --with-opt-dir > --without-opt-dir > --with-opt-include > --without-opt-include=${opt-dir}/include > --with-opt-lib > --without-opt-lib=${opt-dir}/lib > --with-make-prog > --srcdir=. > --curdir > --ruby=c:/ruby/bin/ruby > --with-sqlite3-dir > --without-sqlite3-dir > --with-sqlite3-include > --without-sqlite3-include=${sqlite3-dir}/include > --with-sqlite3-lib > --without-sqlite3-lib=${sqlite3-dir}/lib > > Gem files will remain installed in > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6 for inspection. > Results logged to > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/gem_make.out --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
