Re: [postgis-users] Postgres 9.2

2012-09-13 Thread Paragon Corporation
You can't use PostGIS compiled for one version of PostgreSQL on a different version of PostgreSQL. They are not compatible binaries across versions. We'll have 2.0.1 for PostgreSQL 9.2 available for Windows probably sometime next week. However -- we do have PostGIS 2.1.0SVN available for 9.2

[postgis-users] Behavior of ST_MapAlgebraFctNgb

2012-09-13 Thread dustymugs
Hey all, I'm trying to make use of ST_MapAlgebraFctNgb to do some inverse distance weighting and noticed some unexpected behavior. {{{ CREATE OR REPLACE FUNCTION ngb_test(matrix float8[][], nodatamode text, VARIADIC args text[]) RETURNS float8 AS $$ DECLARE BEGIN

Re: [postgis-users] CentOS PostGIS installation problem

2012-09-13 Thread Paul Ramsey
Your answer is there, libgeos_c.so.1: cannot open shared object file for some reason your postgis can't find your libgeos. The usual reason is that it got installed in /usr/local/lib, but the linker doesn't know about /usr/local/lib. This can be fixed by adding /usr/local/lib to /etc/ld.so.conf