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