[sr-dev] git:4.2:83b3c242: jsonrpc-c: explicitely listed glibc as dependency

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 28 13:46:39 CET 2015


Module: kamailio
Branch: 4.2
Commit: 83b3c2425a0e886677954936a60111224edc740b
URL: https://github.com/kamailio/kamailio/commit/83b3c2425a0e886677954936a60111224edc740b

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-01-28T13:40:00+01:00

jsonrpc-c: explicitely listed glibc as dependency

(cherry picked from commit 11f300f2c7c8ffe4a6b49b471ffcd116ee218985)

---

Modified: modules/jsonrpc-c/README
Modified: modules/jsonrpc-c/doc/jsonrpc-c_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/83b3c2425a0e886677954936a60111224edc740b.diff
Patch: https://github.com/kamailio/kamailio/commit/83b3c2425a0e886677954936a60111224edc740b.patch

---

diff --git a/modules/jsonrpc-c/README b/modules/jsonrpc-c/README
index fcddab0..20676ee 100644
--- a/modules/jsonrpc-c/README
+++ b/modules/jsonrpc-c/README
@@ -77,9 +77,6 @@ Chapter 1. Admin Guide
    2.1. Kamailio Modules
    2.2. External Libraries or Applications
 
-   This module uses Linux specific API, it might not compile on other
-   types of operating systems.
-
 2.1. Kamailio Modules
 
    The following modules must be loaded before this module:
@@ -87,10 +84,14 @@ Chapter 1. Admin Guide
 
 2.2. External Libraries or Applications
 
+   Note: this module uses Linux specific API, part of glibc library, it
+   might not compile on other types of operating systems.
+
    The following libraries or applications must be installed before
    running Kamailio with this module loaded:
      * libjson (https://github.com/json-c/json-c/wiki)
      * libevent - http://libevent.org/
+     * glibc - http://www.gnu.org/software/libc/ (v2.8 or higher)
 
 3. Parameters
 
diff --git a/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml b/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml
index c27508b..5776d5c 100644
--- a/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml
+++ b/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml
@@ -32,10 +32,6 @@
 
 	<section>
 		<title>Dependencies</title>
-		<para>
-			This module uses Linux specific API, it might not compile on other
-			types of operating systems.
-		</para>
 		<section>
 			<title>&kamailio; Modules</title>
 			<para>
@@ -52,6 +48,10 @@
 		<section>
 			<title>External Libraries or Applications</title>
 			<para>
+				Note: this module uses Linux specific API, part of glibc library,
+				it might not compile on other types of operating systems.
+			</para>
+			<para>
 				The following libraries or applications must be installed before running
 				&kamailio; with this module loaded:
 				<itemizedlist>
@@ -65,6 +65,12 @@
 							<emphasis>libevent</emphasis> - http://libevent.org/
 						</para>
 					</listitem>
+					<listitem>
+						<para>
+							<emphasis>glibc</emphasis> - http://www.gnu.org/software/libc/
+							(v2.8 or higher)
+						</para>
+					</listitem>
 				</itemizedlist>
 			</para>
 		</section>




More information about the sr-dev mailing list