diff options
Diffstat (limited to 'doc/src/sgml/installation.sgml')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 62ac008083..261c283ac4 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.14 2000/08/25 10:00:29 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.15 2000/08/29 04:15:43 momjian Exp $ --> <chapter id="installation"> <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title> @@ -578,6 +578,24 @@ su - postgres </varlistentry> <varlistentry> + <term>--with-openssl=<replaceable>DIRECTORY</></term> + <listitem> + <para> + Build with support for SSL (encrypted) connections. + This requires the OpenSSL library to be installed. + The <replaceable>DIRECTORY</> argument specifies the + root directory of the OpenSSL installation. + </para> + + <para> + <filename>configure</> will check for the required header + files and libraries to make sure that your OpenSSL + installation is sufficient before proceeding. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>--enable-syslog</term> <listitem> <para> |
