Re: correct installation of postgis ??

From: Kris Jurka <books(at)ejurka(dot)com>
To: Ahmed Mousaad <pos_321(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: correct installation of postgis ??
Date: 2004-10-06 09:35:29
Message-ID: Pine.BSO.4.56.0410060433260.6656@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Schaber 2004-10-06 16:16:53 Avoiding explicit addDataType calls for PostGIS
Previous Message Ahmed Mousaad 2004-10-06 09:29:52 Re: correct installation of postgis ??