[postgis-users] WKT Raster - geos version error while running rtpostgis.sql
Tyler Erickson
tyler.erickson at mtu.edu
Fri Aug 20 15:54:35 PDT 2010
I am trying to run WKT Raster's rtpostgis.sql against a database, but am
encountering in the following error:
psql:/usr/share/postgresql/8.4/contrib/rtpostgis.sql:32: ERROR: could not
load library "/usr/lib/postgresql/8.4/lib/rtpostgis.so": libgeos-3.2.0.so:
cannot open shared object file: No such file or directory
I would have expected to see libgeos-3.2.2.so mentioned instead of
libgeos-3.2.0.so since I specified the GEOS version location during the
configure step.
~/src/wktraster$ ./configure
--with-postgis-sources=/home/terickson/src/postgis/postgis-1.5.1
--with-gdal=/usr/local/gdal/1.7.1/bin/gdal-config
--with-geos=/usr/local/geos/3.2.2/bin/geos-config
Other potentially relevant info:
OS: Ubuntu 9.10
PostGIS was built using GEOS 3.2.2
$ psql -d $WKTRASTER_TEMPLATE -c "SELECT POSTGIS_FULL_VERSION()"
postgis_full_version
-------------------------------------------------------------------------------------------------------
POSTGIS="1.5.1" GEOS="3.2.2-CAPI-1.6.2" PROJ="Rel. 4.7.1, 23 September
2009" LIBXML="2.7.5" USE_STATS
(1 row)
I do have GEOS 3.2.0 installed on my system... but I was trying to use the
latest version.
Any idea why the WKT Raster script is trying to access GEOS 3.2.0 instead of
the specified version 3.2.2?
- Tyler
--
View this message in context: http://old.nabble.com/WKT-Raster---geos-version-error-while-running-rtpostgis.sql-tp29496374p29496374.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
More information about the postgis-users
mailing list