Robert Huberdeau wrote: > Ehtsham Abbas wrote: >> M. Figueiroa wrote: >>> In my case I just downloaded the sqllite3.dll from the >>> http://www.sqlite.org/download.html (This is a DLL of the SQLite library >>> without the TCL bindings. The only external dependency is MSVCRT.DLL.) >>> and then copied it to the Windows\System32 folder. It worked. >> >> >> MY PROBLEM HAS BEEN RESOLVED ITS WORKING NOW.... im so very thankful to >> you Figueiro > > For some reason this doesn't work for me. I moved the dll file into my > Windows\System32 folder and I get the same error.
try downloading the precompiled files from: http://www.sqlite.org/download.html in windows you will need the sqlite3.def, sqlite3.dll, sqlite3.exe. Save this files to the Ruby/bin directory, then use the 'gem install sqlite3-ruby' (you may get some definition error messages about the documentation but it shoud work anyways) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

