[postgis-users] PostGIS 2.0 compilation and install
Mateusz Ĺoskot
mateusz at loskot.net
Tue Nov 1 07:29:40 PDT 2011
On 1 November 2011 14:21, Stephen V. Mather <svm at clevelandmetroparks.com> wrote:
> psql:postgis.sql:70: ERROR: could not load library "/usr/lib/postgresql/postgis-2.0.so":
> /usr/lib/postgresql/postgis-2.0.so: undefined symbol: GEOSHausdorffDistance
I suppose the complain is about GEOS library. Check if you have GEOS installed.
Also, run this command to see if all run-time dependencies/libraries
for postgis-2.0.so
can be found:
$ ldd /usr/lib/postgresql/postgis-2.0.so
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
Member of ACCU, http://accu.org
More information about the postgis-users
mailing list