From: "João Macaíba" Date: 2008-08-27T22:22:02+09:00 Subject: Re: MissingSourceFile: no such file to load -- sqlite3/database 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/ > About the changes on "ruby.h", they already there under ruby 1.8.7. But, shame on me, I have not realized the missing 'r' permission for 'others': --- snip --- -rw-rw--w- 1 root root 24774 2008-08-26 18:54 database.rb --- snip --- Changing this permission as suggested in the link, have solved the problem :) > It would be REALLY nice if the maintainers would release 1.2.3 with a fix. > > Thanks for the help/time, Jos ! Regards, Jo�o Maca�ba.