Thanks Mike I could solve it with your help: I've checked my postgis config.log and found this: /usr/bin/ld: warning: libpq.so.5, needed by /usr/local/lib/libgdal.so, not found (try using -rpath or -rpath-link)
I had installed postgres 9.1.3 from sources in /usr/local/pgsql and the symlinks libpq.so.* are in /usr/local/pgsql/lib So I added that directory to ld.so.conf, run ldconfig and the ./configure of postgis passed. It's odd I never had to do that in my previous postgres installs. I'll keep that in mind from now on. Thanks a lot for your help. Simon 2012/4/18 Mike Toews <mwto...@gmail.com> > Here is one of the issues with GDALAllRegister: > > http://postgis.refractions.net/pipermail/postgis-users/2012-March/033043.html > > Do you remember the details of building GDAL? What version of GEOS do > you have, and did you also install it from source for GDAL? > > $ geos-config --prefix > $ geos-config --version > > -Mike > _______________________________________________ > postgis-users mailing list > postgis-users@postgis.refractions.net > http://postgis.refractions.net/mailman/listinfo/postgis-users >
_______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users