Chris Gehlker wrote: > > On Jul 17, 2006, at 5:17 AM, mathew wrote: > >> Aha! I've found my problem! >> >> On Debian-based Linux distributions, sqlite support isn't part of the >> base Ruby package. I installed libsqlite3-ruby1.8 and suddenly >> everything worked. > > > Great! I'm glad you solved the Linux problem. Now for Windows...
Thanks to mathew's Debian tip above, I googled for libsqlite3-ruby1.8 and windows and found this page: http://code.whytheluckystiff.net/camping/wiki/BeAlertWhenOnSqlite3 Following his steps seemed to solve my blank page problem: 1. Download: http://sqlite.org/sqlitedll-3_3_5.zip (the DLL, command line executable is a separate download) 2. Unzip into your $RUBY/bin directory. 3. gem install sqlite3-ruby 4. Choose the most recent mswin32 version: 1. sqlite3-ruby X.Y.Z (mswin32) Yay. _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
