On Thu, Sep 26, 2013 at 07:19:40PM +0000, Hall, Samuel L (Sam) wrote:

> ERROR:  could not load library "/usr/lib/postgresql/9.3/lib/postgis-2.1.so": 
> /usr/lib/postgresql/9.3/lib/postgis-2.1.so: undefined symbol: 
> GEOS_interruptRequest

That library must have been built against GEOS-3.4+ headers but the
dynamic linker is linking it against GEOS-3.3- at runtime.
Make sure to properly install GEOS-3.4
(missing ldconfig run after make install? installed 3.3 after 3.4?)

> Looking in "/usr/lib/postgresql/9.3/lib/ there is no postgis-2.1.so but there 
> is a rtpostgis-2.1.so

Looking in a different machine ? Because the PostgreSQL server did find it.

--strk;
_______________________________________________
postgis-users mailing list
[email protected]
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to