[ Sorry about leaving the subject line off my first message; it was getting late out... -r]
At 9:38 AM +0000 1/20/06, Chris Roos wrote: > Have you got the sqlite3 ruby gem installed? > > # gem install sqlite3 Interesting notion. I tried this: > % sudo gem install sqlite3 > Attempting local installation of 'sqlite3' > Local gem file not found: sqlite3*.gem > Attempting remote installation of 'sqlite3' > Updating Gem source index for: http://gems.rubyforge.org > ERROR: While executing gem ... (Gem::GemNotFoundException) > Could not find sqlite3 (> 0) in the repository Thinking that it might be trying to find "sqlite", I tried: > % sudo gem install sqlite > Attempting local installation of 'sqlite' > Local gem file not found: sqlite*.gem > Attempting remote installation of 'sqlite' > Building native extensions. This could take a while... > ERROR: While executing gem ... (RuntimeError) > ERROR: Failed to build gem native extension. > Gem files will remain installed in > /usr/lib/ruby/gems/1.8/gems/sqlite-2.0.1 for inspection. > ruby extconf.rb install sqlite > checking for main() in -lsqlite... no > checking for sqlite.h... no > > Results logged to >/usr/lib/ruby/gems/1.8/gems/sqlite-2.0.1/ext/gem_make.out So, I'm still stuck... -r -- Technical editing and writing, programming, and web development: http://www.cfcl.com/rdm/resume Contact information: [EMAIL PROTECTED], +1 650-873-7841 _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
