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 1cf60bf127b..44ab809973b 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.23 2000/10/08 21:13:27 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.24 2000/10/16 03:25:16 momjian Exp $ --> <chapter id="installation"> <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title> @@ -666,6 +666,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> |