David, I believe in the past I ran into an issue where I couldn't confirm through gdalinfo.exe whether or not a format was available in my build. After some looking around, I realized that some formats were only listed via ogrinfo.exe. Sorry if you already know this or if this information isn't 100% accurate. But, hopefully this helps you,
On Wed, Oct 15, 2025 at 1:50 PM David Days via gdal-dev < [email protected]> wrote: > I'm working on updating the gdal build that I used to add more support > (Creating Vector MBTiles, to be specific) and I tried to follow the > instructions to enable all the possible optional drivers and create them as > plugins. > > When I run cmake, I use the following relevant flags: > > -UGDAL_ENABLE_DRIVER_* -UOGR_ENABLE_DRIVER_* -DGDAL_ENABLE_PLUGINS=ON > -DGDAL_BUILD_OPTIONAL_DRIVERS=ON -DOGR_BUILD_OPTIONAL_DRIVERS=ON > > After adding all the required support, I can run the checks using the > --formats and --format arguments to verify. > > However, no matter what I do, the only thing in /usr/lib64/gdalplugins is > the driver.ini file. CMake says it built them, and if I manually call > 'make gdal_plugins` it tells me that target was built. > > It appears that the Vector MBTiles support I needed is there, but I'm at a > loss on how to get the plugins to build and install. > > I'm building on a Fedora 41 x86_64, and I modified the CMakeLists.txt to > include a custom CPACK for RPM, TGZ, and .DEB support. > > The (mostly) empty gdalplugins directory is the same in both the CPACK > output and under the build folders. > > Any pointers or thoughts would be appreciated. > David > _______________________________________________ > gdal-dev mailing list > [email protected] > > https://lists.osgeo.org/mailman/listinfo/gdal-dev > -- David Klaus Carlson Software Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
