Re: [gdal-dev] libgdal.so.36 refers to sqlite library with full path

2025-05-14 Thread Even Rouault via gdal-dev
Maybe another library that GDAL is depending on is linked against the system sqlite3 and not your custom build ? That could be PROJ typically Le 14/05/2025 à 22:58, Fengting Chen via gdal-dev a écrit : Hi, I am trying to build GDAL 3.10.3 with sqlite 3.49.2. The build was successful on linux.

[gdal-dev] libgdal.so.36 refers to sqlite library with full path

2025-05-14 Thread Fengting Chen via gdal-dev
Hi, I am trying to build GDAL 3.10.3 with sqlite 3.49.2. The build was successful on linux. But there are two entries of reference to sqlite3, and one of it has the absolution path. > ldd libgdal.so.36 | grep sqlite ldd: warning: you do not have execution permission for `./libgdal.so.36'