From: Joshua Collins Date: 2009-05-04T08:25:29+09:00 Subject: Need help with SQLite3 --001e680f19a8ef56c704690a446a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I am trying to install SQLite3 I put the required Windows32 files into my path. I installed the gem sqlite3-ruby successfully ... but something is wrong! I tested the installation with: require 'rubygems' require 'sqlite3' puts "It's all okay!" if defined?(SQLite3::Database) On out put I get nothing ... if all was setup ok i should get out of: It's all okay! Any idea what could be causing the issue? --001e680f19a8ef56c704690a446a--