Hi there! I am not very much into Linux so please bear with me. I am trying to get this example working for several days now, but no success. I need to install a local instance of PostGIS because I needed newer versions of GDAL, GEOS and PROJ (problems with local projection transformation definitions), but when I try it the way explained in this answer, it throws the error (while compiling PostGIS):
It also won't install GDAL, but this goes without errors. I tried different versions of PostgreSQL, PostGIS, GDAL, and eventually tried the original recipe but it is always the same. Dependencied for PostGIS in script log file look like this:
So, because (for the unknown reason) GDAL was not installed locally, it falls back to the system GDAL and SFCGAL, but why it throws the error that it can not find SFCGAL then?
The only thing that is different from the original example is that I installed GCC 7 from this answer. Can somebody please help me, I am starting to losing it. asked 12 Aug '20, 09:43 vstupar |
The error is shown because Since that's an optional library, according to PostGIS docs, you can set the answered 12 Aug '20, 15:21 iliasr ♦♦ |