Difference between revisions of "Main Page/Research/PostGIS Raster"
From phurvitz
Phil Hurvitz (talk | contribs) (New page: 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 *<tt>./configure --with-python --with-ruby Postgis...) |
Phil Hurvitz (talk | contribs) |
||
Line 7: | Line 7: | ||
GEOS 3.2.0 | GEOS 3.2.0 | ||
− | *<tt>./configure --with-python --with-ruby | + | *<tt>./configure --with-python --with-ruby</tt> |
Postgis 1.5.1 | Postgis 1.5.1 |
Latest revision as of 23:00, 8 July 2010
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
- had to copy /usr/local/src/.../pg_config to /usr/local/bin to instruct the installer that I had postgres >=8.3
- had to copy /usr/local/src/postgresql-8.3.7/src/makefiles/pgxs.mk to /usr/local/lib/pgxs/src/makefiles
- run ./configure --with-postgis-sources=/usr/local/src/postgis-1.3.2