no such file to load sqlite3/database

Published on 20 Jul 2008 | Under | Comments

Tweet

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 {} \;
blog comments powered by Disqus Back to Top
Fork me on GitHub