On Tue, 9 Feb 2021, Hernán De Angelis wrote:

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.

What platform are you on ? On most unix systems
        /usr/local/Lib64
is not the same as
        /usr/local/lib64
!

--
Andrew C. Aitchison                                     Kendal, UK
                        and...@aitchison.me.uk
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to