[postgis-devel] psql -d test -f lwpostgis.sql fails with undefined symbol error

Michael Fuhr mike at fuhr.org
Wed Jan 18 12:36:29 PST 2006


On Wed, Jan 18, 2006 at 02:27:15PM -0500, Adam Walker wrote:
> psql:lwpostgis.sql:39: ERROR: could not load library "/usr/local/pgsql/lib/liblwgeom.so.1.1": /usr/local/lib/libgeos_c.so.1: undefined symbol: _ZN4geos9WKBReader4readERSi

I wonder if the runtime linker can't find libgeos.  What's the
output of the following command?

ldd /usr/local/pgsql/lib/liblwgeom.so.1.1 /usr/local/lib/libgeos_c.so.1

-- 
Michael Fuhr



More information about the postgis-devel mailing list