On Sun, 19 Jan 2020, Even Rouault wrote:
On dimanche 19 janvier 2020 19:50:54 CET Andrew C Aitchison wrote:
GDAL 2.4.4 crashes for me after reporting several
"ERROR 1: illegal axis orientation combination"
errors with GeoTIFF files from the test suite that succeed with 2.4.3,
3.0.2 and 3.0.3.
I haven't managed to find this error string in the source.
Any idea what I'm doing wrong in my build ?
Your build is likely linking against different version of libproj
as in a similar case:
http://osgeo-org.1560.x6.nabble.com/gdal-dev-illegal-axis-orientation-combination-when-re-projecting-td5334476.html
check with "ldd .libs/libgdal.so | grep proj"
That was indeed the problem.
Adding --with-proj=yes to get the config line:
./configure --prefix=/usr/local/gdal2.4.4 --with-poppler
--with-proj=yes
did the trick.
Thanks.
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev