no such file to load -- sqlite3/database
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 {} \;
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 {} \;