I am downloading sqlite3 v3.8.2 with FTS support and compiling it manually as per these instructions:
https://github.com/coolaj86/node-sqlite-fts-democurl http://www.sqlite.org/2013/sqlite-autoconf-3080200.tar.gz -o sqlite-autoconf-3080200.tar.gz
tar xvf sqlite-autoconf-*.tar.gz -C ./
cd sqlite-autoconf-*/
./configure
make
sudo make install
I have installed gdal as follows:
sudo apt-get install gdal-bin libgdal1-dev
I am running the first step f compiling Post-GIS 2.1.2:
./configure --with-raster --with-topology
I am getting
checking for library containing GDALAllRegister... no
configure: error: could not find GDAL
What corrective action should I be taking?