If libzstd is found when configuring with cmake, libmongoc links against it and enables zstandard compression. However, it does not list libzstd as an explicit library to link against for libmongoc static in either the package config file or cmake file. This results in consumers of static libmongoc getting linker errors for unresolved symbols to ZSTD functions.
- is related to
-
CDRIVER-2930 Add support for Zstandard compression
- Closed
- related to
-
CDRIVER-3371 Evergreen compile scripts should fail if ZSTD=ON and zstd not found
- Closed