[gdal-dev] RGDAL + sqlite3 = ld: cannot find -lsqlite3

2020-10-30 Thread Doug Niven
I’m hoping someone might be able to shed some light on how to fix the following message when installing ‘rgdal’: /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: cannot find -lsqlite3 collect2: error: ld returned 1 exit status GDAL, PROJ, GEOS, Postgres 9-11, all installed vi

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

[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

Re: [gdal-dev] Cannot compile 3.1.0 in Centos 7

2020-06-27 Thread Doug Niven
Even, thanks for the reply! Am hoping contents below contain the smoking gun. … collect2: error: ld returned 1 exit status make[1]: *** [gdalinfo] Error 1 make[1]: *** Waiting for unfinished jobs /home/socsciadmin/gdal-3.1.0/.libs/libgdal.so: undefined reference to `kmldom::SerializePretty[a

[gdal-dev] Cannot compile 3.1.0 in Centos 7

2020-06-27 Thread Doug Niven
Hi Folks, I hope this is the right place to ask this question. If not, please send me elsewhere... I’ve successfully built from tarball sources and installed the following to /usr/local on a Centos 7 machine: sqlite v3.32.3 proj v6.3.2 geos 3.8.1 But I just can’t get gdal 3.1.0 to co