cole-trapnell-lab / monocle3

Other
318 stars 98 forks source link

configure: error: libproj or sqlite3 not found in standard or given locations. #694

Open asmlgkj opened 6 months ago

asmlgkj commented 6 months ago

Thanks a lot If this is a question and not a bug report or enhancement request, please post to our google group at https://groups.google.com/forum/#!forum/monocle-3-users

Describe the bug My R is 4.2.1 When install terra, always error configure: error: libproj or sqlite3 not found in standard or given locations. ERROR: configuration failed for package ‘terra’

I have done following: yum install libsqlite3x.x86_64 yum install gdal-devel proj-devel sqlite-devel geos-devel yum install gdal-devel proj-devel sqlite-devel geos-devel --nobest export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:$PKG_CONFIG_PATH

To Reproduce install.packages("terra")

traceback() ** using staged installation configure: CC: gcc configure: CXX: g++ -std=gnu++14 checking for gdal-config... /usr/local/bin/gdal-config checking gdal-config usability... yes configure: GDAL: 3.0.4 checking GDAL version >= 2.0.1... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for gdal.h... yes checking GDAL: linking with --libs only... no checking GDAL: linking with --libs and --dep-libs... yes checking GDAL: /usr/local/share/gdal/pcs.csv readable... no checking GDAL: checking whether PROJ is available for linking:... yes checking GDAL: checking whether PROJ is available for running:... yes configure: GDAL: 3.0.4 configure: pkg-config proj exists, will use it configure: using proj.h. checking PROJ: checking whether PROJ and sqlite3 are available for linking:... no configure: error: libproj or sqlite3 not found in standard or given locations. ERROR: configuration failed for package ‘terra’

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

sessionInfo(): Run sessionInfo() in R and post the output

Additional context Add any other context about the problem here.