[postgis-users] postgis installation problem

Rick Schumeyer rschumeyer at ieee.org
Tue Oct 18 08:55:13 PDT 2005


I'm trying to install postgis 1.0.4 with postgresql 8.0.4.

In addition, I have installed proj 4.4.9 and geos 2.1.4.

 

If I leave the postgis Makefile.config alone everything works fine.

 

However, if I edit Makefile.config to say:

 

USE_PROJ ?= 1

USE_GEOS ?= 1

 

then I get shared library errors when I attempt to run

 

$psql -f lwpostgis.sql -d yourdatabase

 

BEGIN

psql:lwpostgis.sql:35: NOTICE:  type "histogram2d" is not yet defined

DETAIL:  Creating a shell type definition.

psql:lwpostgis.sql:35: ERROR:  could not load library
"/usr/local/pgsql/lib/liblwgeom.so.1.0": libgeos.so.2: cannot open shared
object file: No such file or directory

 

The shared library does in fact exist in that location.

 

Any help is appreciated!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20051018/d888e555/attachment.html>


More information about the postgis-users mailing list