On 2021-02-08 20:22, Markus Metz wrote:
Is /usr/local/lib64 known to your system as a path to libraries? Check the env var LD_LIBRARY_PATH or add "/usr/local/lib64" to some file in /etc/ld.so.conf.d/ followed by "ldconfig" as root.

You can also set the var LDFLAGS for configure if you have libraries in a nonstandard directory, such as
LDFLAGS="/usr/local/lib64" ./configure ...

Thank you for your suggestion, Markus, but /usr/local/Lib64 is in the library path.

/H.


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to