On Thu, 13 Aug 2020 at 14:08, Kavitha K <[email protected]> wrote: > checking for SQLITE3... configure: error: Package requirements (sqlite3 >= > 3.11) were not met: > > No package 'sqlite3' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables SQLITE3_CFLAGS > and SQLITE3_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > [...] > [root@pi-22 sqlite-tools-linux-x86-3320300]# cd /usr/local/bin > [root@pi-22 bin]# ls |grep sql > sqldiff > sqlite3 > sqlite3_analyzer
You need SQLite development package, with header(s) and library, not just SQLite executable program(s). Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
