Hey Olivier , thanks for the answer ! great news for 2.2, I hope I'll be able to try sfcgal before that :-)
Still not working, what am I doing wrong? su postgres cd /usr/share/postgresql/9.3/contrib/postgis-2.1/ psql -d test_sfcgal -p 5433 < postgis.sql test_sfcgal being a data base created for the test. the postgis.sql breaks at the 2nd statement with the classical : ERROR: could not load library "/usr/lib/postgresql/9.3/lib/postgis-2.1.so": libSFCGAL.so: cannot open shared object file: No such file or directory État SQL :58P01 what now? It seems like postgis has no link to libsfcgal.so. Can I manually set it? make check in postgis goves the same error old error. Cheers, Rémi-C 2013/10/14 Olivier Courtin <[email protected]> > > 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. > > > > > _______________________________________________ > postgis-devel mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel >
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
