[postgis-devel] [PostGIS] #1713: postgis extension cannot be made without raster

PostGIS trac at osgeo.org
Mon Mar 26 03:18:45 PDT 2012


#1713: postgis extension cannot be made without raster
---------------------+------------------------------------------------------
 Reporter:  mwtoews  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 When building the postgres extensions (for PostgreSQL 9.1+) with
 `./configure --without-raster`, the `postgis` extension build fails.

 There are many references to "raster" and "rtpostgis" in
 `extensions/postgis/Makefile.in`, so this is an expected consequence.

 Interestingly, if `--with-topology` is configured, the topology extension
 can be successfully built and installed in
 `/usr/share/postgresql/9.1/extension/`. However, from psql:
 {{{
 postgres=# CREATE EXTENSION postgis_topology;
 ERROR:  required extension "postgis" is not installed
 }}}

 There should really be a separate `postgis_raster` extension built, if
 configured with raster support. (I'm not sure if it is too late for 2.0.0,
 but I'll assume it is.)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1713>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list