diff options
Diffstat (limited to 'external/ibm-public/postfix/dist/html/PGSQL_README.html')
| -rw-r--r-- | external/ibm-public/postfix/dist/html/PGSQL_README.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/external/ibm-public/postfix/dist/html/PGSQL_README.html b/external/ibm-public/postfix/dist/html/PGSQL_README.html index b0a66b792c1..98741395a92 100644 --- a/external/ibm-public/postfix/dist/html/PGSQL_README.html +++ b/external/ibm-public/postfix/dist/html/PGSQL_README.html @@ -7,7 +7,7 @@ <title>Postfix PostgreSQL Howto</title> -<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> @@ -57,6 +57,10 @@ the location of the libpq library file. </p> </pre> </blockquote> +<p> If your PostgreSQL shared library is in a directory that the RUN-TIME +linker does not know about, add a "-Wl,-R,/path/to/directory" option after +"-lpq". </p> + <p> Postfix versions before 3.0 use AUXLIBS instead of <a href="PGSQL_README.html">AUXLIBS_PGSQL</a>. With Postfix 3.0 and later, the old AUXLIBS variable still supports building a statically-loaded PostgreSQL database client, but only |
