Thanks for your answer Mike, I would definitely prefer to have my postgis with raster support.<div>Now i'm not sure why I'd need to install the libgdal-dev package (which is version 1.6 on debian squeeze) when I've already built and installed gdal 1.9 from source. I never had to install that package when installing previous postgis versions.</div>
<div><br></div><div>Thanks</div><div><br></div><div>Simon<br><br><div class="gmail_quote">2012/4/18 Mike Toews <span dir="ltr"><<a href="mailto:mwtoews@gmail.com">mwtoews@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 18 April 2012 20:32, Simon Ortet <<a href="mailto:simon.ortet@gmail.com">simon.ortet@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I'm trying to install postgis 2.0 from source and I get this error when<br>
> running "./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config":<br>
><br>
> RASTER: Raster support requested<br>
> checking for GDAL >= 1.6.0... found<br>
> checking gdal.h usability... yes<br>
> checking gdal.h presence... yes<br>
> checking for gdal.h... yes<br>
> checking ogr_api.h usability... yes<br>
> checking ogr_api.h presence... yes<br>
> checking for ogr_api.h... yes<br>
> checking cpl_conv.h usability... yes<br>
> checking cpl_conv.h presence... yes<br>
> checking for cpl_conv.h... yes<br>
> checking for library containing GDALAllRegister... no<br>
> configure: error: could not find gdal<br>
><br>
> I tried with "--with-gdalconfig=/usr/local/bin/gdal-config" parameter as<br>
> well (although /usr/local/bin is in the path anyways) with the same result.<br>
><br>
> I'm running a Debian 6.0.4 64bits.<br>
> GDAL is installed from source and gdal-config is in the path. A "gdal-config<br>
> --version" command returns "1.9.0"<br>
><br>
> Could it be that my gdal is missing something? Any idea?<br>
<br>
</div></div>Your two options is to install GDAL:<br>
<br>
sudo apt-get install libgdal-dev<br>
<br>
Or configure without gdal:<br>
<br>
./configure --without-raster<br>
<br>
-Mike<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br></div>