Sqlite3 module not found

Hi, I’m trying to follow the Rails tutorial found here,
Getting Started with Rails — Ruby on Rails Guides and when I go to run
$ rake db:create I get this wonderful error of sqlite3.dll missing.

So, I just went to my ruby directory, and ran $ gem install sqlite3-ruby
sqlite3
I’m not entirely sure what to do. Any ideas?

Andi,

Download this file and extract it’s contents to your Ruby’s bin
directory.
http://www.sqlite.org/sqlitedll-3_6_23_1.zip

Cheers!

JP

2010/5/14 Andi L. [email protected]

Thanks Juan :slight_smile:

Worked like a charm.