From: James Britt Date: 2005-10-01T15:04:34+09:00 Subject: Re: SQLite / Ruby on Windows? basi wrote: > Hello, > Been wanting to try Ruby and Sqlite3... > > But step #3 does not work. Gem install says: > > Local gem file not found: sqlite3*.gem. > > Then, in the attempt to do a remote install, again the complaint is > that sqlite3 could not be found in the repository? > > Might I have missed a step here? Here's what works for me: d:\development>gem install sqlite3 d:\development>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install sqlite3 Attempting local installation of 'sqlite3' Local gem file not found: sqlite3*.gem Attempting remote installation of 'sqlite3' Select which gem to install for your platform (i386-mswin32) 1. sqlite3-ruby 1.1.0 (ruby) 2. sqlite3-ruby 1.1.0 (mswin32) 3. sqlite3-ruby 1.0.1 (ruby) 4. sqlite3-ruby 1.0.1 (mswin32) 5. sqlite3-ruby 1.0.0 (mswin32) 6. sqlite3-ruby 1.0.0 (ruby) 7. sqlite3-ruby 0.9.0 (ruby) 8. sqlite3-ruby 0.9.0 (mswin32) 9. sqlite3-ruby 0.6.0 (ruby) 10. sqlite3-ruby 0.5.0 (ruby) 11. Cancel installation > James -- http://www.ruby-doc.org - The Ruby Documentation Site http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML http://www.rubystuff.com - The Ruby Store for Ruby Stuff http://www.jamesbritt.com - Playing with Better Toys