Re: [gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Bryan Keith
Evan, Fantastic.  That did it.  I updated libspatialite and libgeotiff, and now the core dump is gone (as is libproj.so.15 from the ldd `which ogrinfo` ouput).  Thank you. Let's see what happens next... :) Bryan On 5/8/21 6:11 PM, Even Rouault wrote: ok, so your GDAL is linking against 2 PR

Re: [gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Even Rouault
ok, so your GDAL is linking against 2 PROJ versions libproj.so.15 and libproj.so.19. Make sure your libspatialite and libgeotiff versions are from the ubuntugis PPA, so they link gainst libproj.so.19 and no .so.15 Le 08/05/2021 à 16:42, Bryan Keith a écrit : Yes, I'm using the ubuntugis ppa wi

Re: [gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Bryan Keith
Yes, I'm using the ubuntugis ppa with 3.2.1+dfsg-1~focal0 but I have no specific need to use that.  Should I use a different version? Now I'll paste the results of the two commands you requested. ldd `which ogrinfo` linux-vdso.so.1 (0x7ffd7e5b4000)     libgdal.so.28 => /usr/lib/libgdal.so.2

Re: [gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Paul Harwood
All of the above - but also when I am using GDAL on Ubuntu I use Conda to install and have not had any problems. On Sat, 8 May 2021 at 13:59, Greg Troxel wrote: > > Bryan Keith writes: > > > Hello, > > > > I am trying to install GDAL on Ubuntu. When I check the installation, > > I get this: >

Re: [gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Greg Troxel
Bryan Keith writes: > Hello, > > I am trying to install GDAL on Ubuntu.  When I check the installation, > I get this: > > ogrinfo --version > GDAL 3.2.1, released 2020/12/29 > free(): invalid pointer > Aborted (core dumped) I would ask Ubuntu. As no one else has reported an issue like this tha

Re: [gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Even Rouault
From https://launchpad.net/ubuntu/+source/gdal , no Ubuntu version ships with 3.2.1. Perhaps you are using the ubuntugis PPA with 3.2.1+dfsg-1~focal0 ? I'd suspect some mismatch of underlying libraries, perhaps proj. What's the output of ldd `which ogrinfo` and also do sudo apt install valg

[gdal-dev] ubuntu installation issue: free(): invalid pointer, Aborted (core dumped)

2021-05-08 Thread Bryan Keith
Hello, I am trying to install GDAL on Ubuntu.  When I check the installation, I get this: ogrinfo --version GDAL 3.2.1, released 2020/12/29 free(): invalid pointer Aborted (core dumped) Hmmm, what to do? I installed like this: sudo apt-get install gdal-bin My Python installations look like