From: 7stud -- Date: 2009-05-04T09:50:14+09:00 Subject: Re: Need help with SQLite3 Joshua Collins wrote: > 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? What directory was your prompt pointing at? What is the output when you type: ...some/path> sqlite3 -- Posted via http://www.ruby-forum.com/.