I am trying to install the sqlite3-ruby gem on my hosting and I keep running into the error 'sqlite3-ruby only supports sqlite3 versions 3.6.16+, please upgrade!'. I am new to rails, so I am lost. Any ideas? asked 13 Jan '11, 07:52 Matt Finch F... |
We have instructions for installing sqlite3-ruby here: http://docs.webfaction.com/software/rails.html#installing-sqlite3-ruby You will need to install the latest version of SQLite from source. We have instructions for doing so here: http://docs.webfaction.com/software/sqlite.html#sqlite-install-from-source answered 13 Jan '11, 08:23 aaronh ♦♦ After some playing around, with the instructions above, I was able to get it working.
(13 Jan '11, 14:34)
Matt Finch F...
|