I've recently grabbed the latest spatialite amalgam. I configured with
the following parameters:
./configure --prefix=/usr/local --with-proj-include=/usr/local/
include --with-geos-include=/usr/local/include --with-proj-lib=/usr/
local/lib --with-geos-lib=/usr/local/lib --enable-freexl=no
However when attempting to load libspatialite in sqlite, it could not
find
libgeos-3.3.2.so. This file was in /usr/local/lib, however
libspatialite was still looking for it in /usr/lib.
What configuration parameter is supposed to deal with this?
Thanks,
Dan