Re: correct installation of postgis ?? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: correct installation of postgis ??
Date
Msg-id Pine.BSO.4.56.0410060433260.6656@leary.csoft.net
Whole thread Raw
In response to Re: correct installation of postgis ??  (Ahmed Mousaad <pos_321@yahoo.com>)
List pgsql-jdbc

On Wed, 6 Oct 2004, Ahmed Mousaad wrote:

> psql:postgis.sql:42: ERROR:  Load of file
> /usr/local/pgsql/lib/libpostgis.so.0.9 failed:
> libgeos.so.2: cannot open shared object file: No such

This error is the dynamic loader complaining it can't find the libgeos
library.  You need to alter ld.so.conf or LD_LIBRARY_PATH to include the
location of the geos library.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Ahmed Mousaad
Date:
Subject: Re: correct installation of postgis ??
Next
From: Markus Schaber
Date:
Subject: Avoiding explicit addDataType calls for PostGIS