Re: [gdal-dev] gdalinfo error and subsequent segfault with proj-5.0.x

2018-04-15 Thread Markus Metz
On Sun, Apr 15, 2018 at 10:07 PM, Even Rouault wrote: > > > OK, I recompiled gdal-2.2.4 --with-static-proj4 and got > > > > ldd libgdal.so | grep proj > > libproj.so.13 => /usr/local/lib64/libproj.so.13 (0x7fe2ff181000) > > libproj.so.12 =>

Re: [gdal-dev] gdalinfo error and subsequent segfault with proj-5.0.x

2018-04-15 Thread Even Rouault
> OK, I recompiled gdal-2.2.4 --with-static-proj4 and got > > ldd libgdal.so | grep proj > libproj.so.13 => /usr/local/lib64/libproj.so.13 (0x7fe2ff181000) > libproj.so.12 => /lib64/libproj.so.12 (0x7fe2f31c7000) > ??? > > gdalinfo now runs fine and produces expected results. >

Re: [gdal-dev] gdalinfo error and subsequent segfault with proj-5.0.x

2018-04-15 Thread Markus Metz
Even, On Sun, Apr 15, 2018 at 8:17 PM, Even Rouault wrote: > > Markus, > > From a quick test generating a GeoTIFF in EPSG:25832, I can't reproduce. > > I suspect you may link at runtime against different proj versions. You are right. I compiled GDAL with libproj.so

[gdal-dev] gdalinfo error and subsequent segfault with proj-5.0.x

2018-04-15 Thread Markus Metz
I observed a segfault in gdalinfo (2.2.3, 2.2.4, 2.3.0dev-71e2ada881) when compiled against proj-5.0.0/proj-5.0.1 The dataset is a GeoTIFF with EPSG:25832, and I get Corner Coordinates: ERROR 1: illegal axis orientation combination Upper Left ( 375000.000, 5631000.000) ERROR 1: illegal axis