[gdal-dev] GDAL/OGR missing READ capabilities
Even Rouault
even.rouault at spatialys.com
Thu Nov 28 13:04:47 PST 2024
Stephen,
>
> I have reinstalled the `expat` library but it did not help.
>
You need to install the *developement* package for expat (likely
"expat-devel" from what I can see), and then rebuild GDAL against it by
first running cmake to cause expat detection to be done again, and then
re-building GDAL
"grep GDAL_USE_EXPAT CMakeCache.txt" should return
"GDAL_USE_EXPAT:BOOL=ON" for things to be properly configured
Even
--
http://www.spatialys.com
My software is free, but my time generally not.
Butcher of all kinds of standards, open or closed formats. At the end, this is just about bytes.
More information about the gdal-dev
mailing list