Problem downloading crypt_shared when installing the mongodb c driver

Hello @Gustav_H,

The crypt_shared library is only required running C driver tests. It is not required to build the C driver. The download can be skipped by configuring with:

cmake -DMONGOC_TEST_USE_CRYPT_SHARED=OFF ..

4 Likes