Re: [Ubuntu] GDAL-bin core dump on 16.04

2016-09-07 Thread Sebastiaan Couwenberg
On 09/08/2016 12:07 AM, Alex M wrote: > Anyone hit this or have any ideas? You probably have old packages left installed that haven't been build with the new gdal from the ubuntugis PPA. Ensure that all installed packages are from the main Ubuntu xenial repository and ubuntugis PPA for xenial, no

Re: [Ubuntu] GDAL-bin core dump on 16.04

2016-09-07 Thread Even Rouault
Alex, I see /usr/lib/gdalplugins/2.1/ogr_GRASS.so in the stacktrace. Sounds like there might be an ABI problem with GDAL GRASS plugin w.r.t. libgdal itself. Uninstalling it might be a workaround or what is you updade it ? Even > Hi all, > > Just upgraded my machine to 16.04, and I'm getting a

[Ubuntu] GDAL-bin core dump on 16.04

2016-09-07 Thread Alex M
Hi all, Just upgraded my machine to 16.04, and I'm getting a core dump on all gdal/ogr based commands. gdal 2.1.0+dfsg-1~xenial0 Here's an example: https://gist.github.com/wildintellect/1b56579c1dc5a6cd72a0fb48f0d2f141 Anyone hit this or have any ideas? Thanks, Alex

Re: [Ubuntu] GDAL-bin core dump on 16.04

2016-09-07 Thread Sebastiaan Couwenberg
On 09/08/2016 12:11 AM, Even Rouault wrote: > I see /usr/lib/gdalplugins/2.1/ogr_GRASS.so in the stacktrace. Sounds like > there might be an ABI problem with GDAL GRASS plugin w.r.t. libgdal itself. > > Uninstalling it might be a workaround or what is you updade it ? Good catch. There is no lib

Re: [Ubuntu] GDAL-bin core dump on 16.04

2016-09-07 Thread Alex M
On 09/07/2016 03:21 PM, Sebastiaan Couwenberg wrote: > On 09/08/2016 12:11 AM, Even Rouault wrote: >> I see /usr/lib/gdalplugins/2.1/ogr_GRASS.so in the stacktrace. Sounds like >> there might be an ABI problem with GDAL GRASS plugin w.r.t. libgdal itself. >> >> Uninstalling it might be a workaroun

[Ubuntu] cpp and python codes not able to access gdal library

2016-09-07 Thread alassane toure
Group, I developed a gdal code on my local machine and it worked. Having gdal and g++ working on the server my compilation of the same code resulted in the following response... gcc -o applymask applymask.cpp -I /usr/include/gdal -lgdal -lm applymask.cpp: In function âint main(int, char**)â: app