Hi All, export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig Step 1: gdal 3.1.2 [root@test-22 gdal-3.1.2]# ./configure configure: Bash completions not requested checking for PROJ >= 6 library... checking for proj_create_from_wkt in -lproj... no checking for internal_proj_create_from_wkt in -lproj... no checking for internal_proj_create_from_wkt in -linternalproj... no configure: error: PROJ 6 symbols not found
Step 2: PROJ 6 [root@test-22 proj-6.3.2]# checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes 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. Step 3: [root@pi-22 gdalDevKits]# pwd /root/gdalDevKits [root@pi-22 gdalDevKits]# ls |grep sql sqlite-tools-linux-x86-3320300 sqlite-tools-linux-x86-3320300.zip [root@pi-22 gdalDevKits]# cd sqlite-tools-linux-x86-3320300 [root@pi-22 sqlite-tools-linux-x86-3320300]# ls sqldiff sqlite3 sqlite3_analyzer [root@pi-22 sqlite-tools-linux-x86-3320300]# cd /usr/local/bin [root@pi-22 bin]# ls |grep sql sqldiff sqlite3 sqlite3_analyzer [root@pi-22 bin]# pwd /usr/local/bin [root@pi-22 bin]# cd /usr/local/lib [root@pi-22 lib]# ls | grep pk pkgconfig [root@pi-22 lib]# Step 4: Still we are hitting " No package 'sqlite3' found" while installing the proj6 Kindly help. Thanks, Kavitha
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
