From: Jeremy Kemper Date: 2008-08-27T13:34:37+09:00 Subject: Re: MissingSourceFile: no such file to load -- sqlite3/database On Tue, Aug 26, 2008 at 9:30 PM, David Masover wrote: > On Tuesday 26 August 2008 11:10:37 Jos Backus wrote: >> On Wed, Aug 27, 2008 at 12:11:05AM +0900, Joo Macaba wrote: >> > Hi, >> > >> > I'm using active_record and sqlite3-ruby (gem) modules. When I try to >> > connect to sqlite3 database, I get a error : >> > >> > "MissingSourceFile: no such file to load -- sqlite3/database" >> > >> > I have "sqlite3/database.rb" in my $: path as shown below. >> > >> > Does anyone know what this means or what causes it ? >> >> Try the advice given here: >> >> > http://wuhai.wordpress.com/2008/07/06/no-such-file-to-load---sqlite3database/ > > "Sorry, no posts matched your criteria." > >> It would be REALLY nice if the maintainers would release 1.2.3 with a fix. > > True. Or anything, really -- this is damned sloppy. > > I'm seriously considering Amalgalite (spelling?), just because it seems > actively maintained. > > Short answer: The permissions on that file are wrong. They're wrong in the > gem. You'll have to fix them manually. Good news: 1.2.3 was just released! jeremy