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" -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
