<div dir="ltr">Hi All,<br><br>I am working on a Linux OS (Centos 6.5). I built GDAL successfully from source as below:<br>./configure --prefix=/path/to/gdal<br>make<br>make install<br><br>Next I built PostgreSQL successfully from source as below:<br>./configure --prefix=/path/to/pgsql<br>make<br>make install<br><br>I attempted to configure PostGIS from source as below:<br>./configure --with-pgconfig=/home/path/to/pg_config --with-gdalconfig=/path/to/gdal --with-geosconfig=/path/to/geos-config --with-xml2config=/path/to/xml2-config --with-projdir=/path/to/proj --with-gui --with-raster --with-topology<br><br>but I get the following error:<br>configure: error: PostGIS raster requires OGR to be enabled in GDAL. Use --without-raster to build without raster support.<br><br>I sure need the raster support to be enabled in PostGIS. Could anyone help me out with this.<br></div>