The same "bug" exists in Rails too, so it's not the result of Merb's reliance on Rubygems. -- Yehuda
On Fri, Nov 14, 2008 at 8:44 PM, Julian Leviston <[EMAIL PROTECTED]>wrote: > Or, another way of looking at it is that it's a bug in Merb because of > Merb's reliance on RubyGems. > This reminds me of when I ring a bank, and someone tells me that even > though they're my interface to the bank, they can't update my address > details, and they have to redirect me to another person. > > Three people later, I get to actually update my address. > > Not trying to be a whiner. ;-) > > Julian. > > On 15/11/2008, at 3:36 PM, Yehuda Katz wrote: > > Unfortunately, on Windows, you will need to have sqlite3.dll in your path. > Rubygems doesn't support moving .dlls into the path, which, imho, is a bug > in rubygems ;) > -- Yehuda > > On Fri, Nov 14, 2008 at 6:26 PM, Andrew Kou <[EMAIL PROTECTED]> wrote: > >> >> 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 >> >> > > > -- > Yehuda Katz > Developer | Engine Yard > (ph) 718.877.1325 > > > > > > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
