<div dir="ltr"><div><div><div><div><div>Hi strk,<br></div>still problems, it says:<br></div>"You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application"<br><br></div>Do I need to apt-install postgresql-server-dev-X.Y? What's the use?<br><br></div>Thanks again<br><br></div>Paolo<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-09 12:06 GMT+01:00 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@kbt.io" target="_blank">strk@kbt.io</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Nov 09, 2016 at 11:44:53AM +0100, Paolo Importuni wrote:<br>
> Hi strk,<br>
> I've just tried but it complains that<br>
> "ERROR:  type "raster" does not exist"<br>
<br>
</span>This is because postgis _EXTENSION_ is forced to have<br>
also raster in it :(<br>
<br>
So the fix is for you to load raster script for 2.0.0<br>
<br>
psql -f `pg_config --sharedir`/contrib/postgis-2.<wbr>0/rtpostgis.sql <yourdb><br>
<br>
--strk;<br>
</blockquote></div><br></div>