From: Damjan Rems Date: 2009-11-28T23:09:54+09:00 Subject: Re: SQLite and Ruby DLL problem Omar Campos wrote: > Hello all, > > I am trying to get Ruby to work with SQLite under Windows. I > installed the Sqlite-ruby gem, but whenever I do this: > > require 'sqlite' > > I get an error saying that sqlite.dll was not found. I have downloaded > de SQLite DLL, and placed it in the Windows folder, the system32 folder > and inside > C:\ruby\lib\ruby\gems\1.8\gems\sqlite-ruby-2.2.3-x86-mswin32\lib. > > But the error persists. Where must I place this DLL to get SQLite to > work? > > Thanks for any info. There is difference beetween sqlite.dll and sqlite3.dll. Which are you using. I have downloaded mine from http://www.sqlite.org/download.html and putted windows binaries into ruby bin directory whic is BTW in widows path. Are you using sqlite3-ruby gem? by TheR -- Posted via http://www.ruby-forum.com/.