Re: sfcgal package for postgis and others
Sven Geggus <lists@fuchsschwanzdomain.de> wrote:
> I tried to build a postgis package (2.1.7) with sfcgal support but this
> did not work yet :( "select postgis_sfcgal_version()" does not work
> despite the fact, that the library has been linked in:
>
> ~/ # ldd /usr/lib/postgresql/9.4/lib/postgis-2.1.so |grep -i sfcgal
> libSFCGAL.so.1 => /usr/lib/x86_64-linux-gnu/libSFCGAL.so.1 (0x00007f36f875b000)
OK, looks like "create EXTENSION postgis" is not enough. Seems to
work, wenn running the following command as DB admin:
psql testdb -f <sourcepath>/postgis/sfcgal.sql
Just tried the ST_StraightSkeleton function. Works fine, but seems to
be somewhat slow.
Regards
Sven
--
"Das Einzige wovor wir Angst haben müssen ist die Angst selbst"
(Franklin D. Roosevelt)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web
Reply to: