Module: sip-router
Branch: janakj/postgres
Commit: 20059ed0857a1ec3899b1c299bbb132595aed079
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20059ed…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Mar 5 16:22:27 2008 +0000
- added dependecy note of PostgreSQL library
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@3853
689a6050-402a-0410-94f2-e92a70836424
---
modules/db_postgres/km_README | 4 +++-
modules/db_postgres/km_doc/db_postgres_user.sgml | 8 +++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/modules/db_postgres/km_README b/modules/db_postgres/km_README
index ffd49a6..fb8b0f4 100644
--- a/modules/db_postgres/km_README
+++ b/modules/db_postgres/km_README
@@ -46,7 +46,9 @@ Chapter 1. User's Guide
The following libraries or applications must be installed
before running OpenSER with this module loaded:
- * None.
+ * PostgreSQL library - e.g., libpq5.
+ * PostgreSQL devel library - to compile the module (e.g.,
+ libpq-dev).
__________________________________________________________
1.3. Exported Parameters
diff --git a/modules/db_postgres/km_doc/db_postgres_user.sgml
b/modules/db_postgres/km_doc/db_postgres_user.sgml
index a2b3350..85dc4e8 100644
--- a/modules/db_postgres/km_doc/db_postgres_user.sgml
+++ b/modules/db_postgres/km_doc/db_postgres_user.sgml
@@ -31,7 +31,13 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>None</emphasis>.
+ <emphasis>PostgreSQL library</emphasis> - e.g., libpq5.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>PostgreSQL devel library</emphasis> - to compile
+ the module (e.g., libpq-dev).
</para>
</listitem>
</itemizedlist>