Main Page/Research/PostGIS Raster

From phurvitz
Jump to: navigation, search

Installing on redhat (Red Hat Linux TEST VM)

Upgrade PostGIS to 1.5.1

Required GEOS >= 3.1.1, so I upgraded to GEOS 3.2.0


GEOS 3.2.0

  • ./configure --with-python --with-ruby

Postgis 1.5.1

  • ./configure --with-geos --with-pgsql --with-proj --prefix=/usr/local/pgsql

http://www.postgis.org/download/wktraster-0.1.6d.tar.gz

  1. had to copy /usr/local/src/.../pg_config to /usr/local/bin to instruct the installer that I had postgres >=8.3
  2. had to copy /usr/local/src/postgresql-8.3.7/src/makefiles/pgxs.mk to /usr/local/lib/pgxs/src/makefiles
  3. run ./configure --with-postgis-sources=/usr/local/src/postgis-1.3.2