no such file to load -- sqlite3/database

Posted by John
on Sunday, 20 July 2008

had a similar problem to these guys

fixed with...

cd /usr/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2
sudo find . -perm 0662 -exec chmod 664 {} \;
Feedback
(required)