Server upgrade
Posted by Graham Stratton Wed, 02 Aug 2006 18:07:00 GMT
I’ve now completed moving most of my stuff to my new server. So far, this blog has caused me most grief. I spent ages trying to get typo to install. I kept getting the error
checking for sqlite3_open() in -lsqlite3
when trying to install the typo gem. It turned out that not only is one required to have libsqlite3 and libsqlite3-dev installed, but one mustn’t have libsqlite or libsqlite-dev installed. Apparently installing the debian package build-essential is also required.
