From: Bil Kleb Date: 2005-02-07T05:45:11+09:00 Subject: Re: [ANN] SQLite3/Ruby 1.0.0 Andre Nathan wrote: > > I had to do a > > $ sudo gem install sqlite3 -- \ > --with-sqlite3-include=/usr/local/include \ > --with-sqlite3-lib=/usr/local/lib No such trouble here. After I saw ~64 of of ~2500 tests fail during, tar zxf sqlite-3.0.8.tar.gz cd sqlite-3.0.8 configure; make; make test; make install I blindly forged ahead and my gem install went off without a hitch[1] -- both 1.0.0 and 1.0.1. Later, -- Bil Kleb, Hampton, Virginia ^1^ That is, except for those darned RDoc dynamic string warnings: lib/sqlite3/database.rb:613:65: Skipping require of dynamic string: "sqlite3/driver/#{driver.to_s.downcase}/driver" lib/sqlite3/database.rb:618:59: Skipping require of dynamic string: "sqlite3/driver/#{d.downcase}/driver"