Skip to content

Commit

Permalink
jsonrpc-c: explicitely listed glibc as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 23, 2015
1 parent 165a3fc commit 11f300f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 4 additions & 3 deletions modules/jsonrpc-c/README
Expand Up @@ -77,20 +77,21 @@ 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:
* tm - transaction management.

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

Expand Down
14 changes: 10 additions & 4 deletions modules/jsonrpc-c/doc/jsonrpc-c_admin.xml
Expand Up @@ -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>
Expand All @@ -51,6 +47,10 @@
</section>
<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:
Expand All @@ -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>
Expand Down

0 comments on commit 11f300f

Please sign in to comment.