If you have some problems during Merb installation on Windows machines because of SQLite3, you must do following:
1. Obtain native version of SQLite3 gem for Windows, for example from here: http://rubyforge.vm.bytemark.co.uk/gems/ . File should have the same version as you need (version was shown in error message). In my case it was "0.9.10.1", so the file should be -> do_sqlite3-0.9.10.1- x86-mswin32.gem 2. Install it manually, in my case it was: gem install do_sqlite3-0.9.10.1-x86-mswin32.gem 3. Put SQLite3 DLL (http://www.sqlite.org/sqlitedll-3_6_4.zip) into Windows system folder e.g. C:\Windows\System32 Done! As a contribution to community I translated to Ukrainian and added some explanations to one of the Merb 1.0.x tutorials from wiki. You can find this tutorial here - http://www.rozrobka.com/2009/01/merb-tutorial/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
