<div dir="auto"><div>Hi Adrian,</div><div dir="auto"><br></div><div dir="auto">Thanks for your response. From the solution you provided, does it mean I have to build PostgreSQL first from source, before building GDAL from source?</div><div dir="auto"><br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On Apr 12, 2017 19:24, "Adrian Klaver" <<a href="mailto:adrian.klaver@aklaver.com">adrian.klaver@aklaver.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="elided-text">On 04/12/2017 11:11 AM, Rob Sargent wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On 04/12/2017 12:01 PM, Adrian Klaver wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 04/12/2017 10:14 AM, Osahon Oduware wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
I am working on a Linux OS (Centos 6.5). I built GDAL successfully from<br>
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/<br>
pg_config --with-gdalconfig=/path/to/gda<wbr>l<br>
--with-geosconfig=/path/to/geo<wbr>s-config<br>
--with-xml2config=/path/to/xml<wbr>2-config --with-projdir=/path/to/proj<br>
--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<br>
--without-raster to build without raster support.<br>
<br>
I sure need the raster support to be enabled in PostGIS. Could anyone<br>
help me out with this.<br>
</blockquote>
<br>
<br>
Use the Postgres YUM repos:<br>
<br>
<a href="https://www.postgresql.org/download/linux/redhat/" rel="noreferrer" target="_blank">https://www.postgresql.org/dow<wbr>nload/linux/redhat/</a><br>
<br>
</blockquote>
Been  years since I did this but you could (re)build GDAL with OGR as<br>
requested in the error message.<br>
</blockquote>
<br></div>
Did a little digging into this and the magic sauce seems to be:<br>
<br>
--with-pg=ARG           Include PostgreSQL GDAL/OGR Support (ARG=path to<br>
                          pg_config)<br>
<br>
<br>
So something like:<br>
<br>
./configure --prefix=/path/to/gdal --with-pg=/home/path/to/pg_con<wbr>fig<br>
<br>
which on my machine got, among other things:<br>
<br>
PostgreSQL support:        yes<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
rjs<br>
<br>
<br><font color="#888888">
</font></blockquote><font color="#888888">
<br>
<br>
-- <br>
Adrian Klaver<br>
<a href="mailto:adrian.klaver@aklaver.com" target="_blank">adrian.klaver@aklaver.com</a></font><div class="elided-text"><br>
<br>
<br>
-- <br>
Sent via pgsql-general mailing list (<a href="mailto:pgsql-general@postgresql.org" target="_blank">pgsql-general@postgresql.org</a>)<br>
To make changes to your subscription:<br>
<a href="http://www.postgresql.org/mailpref/pgsql-general" rel="noreferrer" target="_blank">http://www.postgresql.org/mail<wbr>pref/pgsql-general</a><br>
</div></blockquote></div><br></div></div></div>