diff --git a/modules/db_mongodb/doc/db_mongodb_admin.xml b/modules/db_mongodb/doc/db_mongodb_admin.xml index ef6f1c3d28b..500407a2623 100644 --- a/modules/db_mongodb/doc/db_mongodb_admin.xml +++ b/modules/db_mongodb/doc/db_mongodb_admin.xml @@ -69,8 +69,13 @@ https://github.com/mongodb/mongo-c-driver - Note: if you use tls module, use at least mongo-c-driver v1.2.1 - - there were reports of issues inside earlier versions of the driver. + Note: if you use tls module, use at least mongo-c-driver v1.3.5 + and compile the library by configuring it without automatic init + and cleanup (you have to run: + './configure --disable-automatic-init-and-cleanup') -- this + option is planned to be removed in future versions. An alternative + for v1.3.5 could be the patch from: + https://github.com/miconda/mongo-c-driver/commit/51d95009de39eaeca48491682a5ffec4f83cde55