Re: [gdal-dev] How to build GDAL 3.1.3 with sqlite3 3.33.0

2020-10-20 Thread Doug Niven
Well that was easy, thanks Mateusz! I realize now what threw me off was seeing the following after running ‘configure’ SQLite support:yes But the script was seeing the wrong sqlite3 Anyhow, I’m glad I asked the list, thanks again. Doug On Tue, 20 Oct 2020 at 04:34, Doug Niven m

Re: [gdal-dev] How to build GDAL 3.1.3 with sqlite3 3.33.0

2020-10-20 Thread Mateusz Loskot
On Tue, 20 Oct 2020 at 04:34, Doug Niven wrote: > > I’m having trouble building GDAL 3.1.3 with sqlite3 3.33.0 in Centos 7. > > The compile steps work, but the build does not. > I believe this is because of conflicts between the built-in version of > sqlite3 in Centos (3.7.17) and the newer one (

[gdal-dev] How to build GDAL 3.1.3 with sqlite3 3.33.0

2020-10-19 Thread Doug Niven
Hi Folks, I’m having trouble building GDAL 3.1.3 with sqlite3 3.33.0 in Centos 7. The compile steps work, but the build does not. I believe this is because of conflicts between the built-in version of sqlite3 in Centos (3.7.17) and the newer one (3.33.0) I’ve built in /usr/local/ and /usr/loca