[postgis-devel] SFCGAL : trouble installing
Olivier Courtin
olivier.courtin at oslandia.com
Mon Oct 14 03:58:09 PDT 2013
On Oct 14, 2013, at 12:30 PM, Rémi Cura wrote:
Hi Rémi,
> I would like to use SFCGAL but can't make it work.
>
> And try to add postgis
> CREATE EXTENSION postgis VERSION '2.1.0';
Here is the issue.
Right now (and until 2.2.0) sfcgal don't use EXTENSION
so need to create the spatial database with the old school method:
psql database < postgis.sql
psql database < spatial_ref_sys.sql
psql database < sfcgal.sql
Should be enough to make it works.
I also will look why you did'nt get the 1.0.2 right version number.
O.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20131014/33a7a460/attachment.html>
More information about the postgis-devel
mailing list