On Tue, 27 Jan 2009 01:41:33 -0800 (PST) Zenyk Matchyshyn <[email protected]> wrote:
> > 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/ > Nice! Just as a note, for do_sqlite3 0.9.11, just typing 'gem install do_sqlite3' (without manually downloading beforehand) should work. Adding the dll to the system folder is still necessary, though. If it doesn't with 0.9.11 (and subsequent versions), this is a bug with DO and one that we would like to fix. There was a problem with the 0.9.10.1 architecture. Regards Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
