Browse Source

- added dependecy note of PostgreSQL library

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3853 689a6050-402a-0410-94f2-e92a70836424
Daniel-Constantin Mierla 17 years ago
parent
commit
20059ed085
2 changed files with 10 additions and 2 deletions
  1. 3 1
      modules/db_postgres/km_README
  2. 7 1
      modules/db_postgres/km_doc/db_postgres_user.sgml

+ 3 - 1
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

+ 7 - 1
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>