[sr-dev] git:master:361dc128: ndb_mongodb: elaborated the docs for usage with tls module

Daniel-Constantin Mierla miconda at gmail.com
Tue Sep 13 13:05:10 CEST 2016


Module: kamailio
Branch: master
Commit: 361dc128016a4bd6611e802a775f7c395905d9b7
URL: https://github.com/kamailio/kamailio/commit/361dc128016a4bd6611e802a775f7c395905d9b7

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-09-13T13:04:43+02:00

ndb_mongodb: elaborated the docs for usage with tls module

---

Modified: modules/ndb_mongodb/doc/ndb_mongodb_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/361dc128016a4bd6611e802a775f7c395905d9b7.diff
Patch: https://github.com/kamailio/kamailio/commit/361dc128016a4bd6611e802a775f7c395905d9b7.patch

---

diff --git a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
index d6e5a3c..bdfaf76 100644
--- a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
+++ b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
@@ -53,8 +53,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/51d95009de39eaeca48491682a5ffec4f83cde55
 			</para>
 			</listitem>
 			</itemizedlist>




More information about the sr-dev mailing list