Module: kamailio Branch: 4.4 Commit: 0f247434cddc1652565b3d088166b8d444948c4f URL: https://github.com/kamailio/kamailio/commit/0f247434cddc1652565b3d088166b8d4...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-09-14T13:55:30+02:00
db_mongodb: elaborated the docs for usage with tls module
(cherry picked from commit d8ba1694a63ec65efebe9761ea6e85aef7032050)
---
Modified: modules/db_mongodb/doc/db_mongodb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/0f247434cddc1652565b3d088166b8d4... Patch: https://github.com/kamailio/kamailio/commit/0f247434cddc1652565b3d088166b8d4...
---
diff --git a/modules/db_mongodb/doc/db_mongodb_admin.xml b/modules/db_mongodb/doc/db_mongodb_admin.xml index 94b9b12..aa3d3ef 100644 --- a/modules/db_mongodb/doc/db_mongodb_admin.xml +++ b/modules/db_mongodb/doc/db_mongodb_admin.xml @@ -73,8 +73,13 @@ <ulink url="https://github.com/mongodb/mongo-c-driver">https://github.com/mongodb/mongo-c-driver</ulink> </para> <para> - 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/51d95009de39eaeca48491682a5... </para> </listitem> </itemizedlist>