From dd01cfe1c49bcd352fa7a723130a92376802d5c7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 27 Nov 2003 19:44:56 +0000 Subject: Remove possibility to specify an installation root after --with-krbx and --with-openssl options. This creates too much risk to pick up the wrong directory accidentally (for example when there are lib64 directories), and does not really help much with contemporary installation layouts. --- doc/src/sgml/installation.sgml | 50 +++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 32 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f4af3a75f8b..92c61683f7d 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -812,28 +812,19 @@ JAVACMD=$JAVA_HOME/bin/java </varlistentry> <varlistentry> - <term><option>--with-krb4<optional>=<replaceable>DIRECTORY</></></option></term> - <term><option>--with-krb5<optional>=<replaceable>DIRECTORY</></></option></term> + <term><option>--with-krb4</option></term> + <term><option>--with-krb5</option></term> <listitem> <para> Build with support for Kerberos authentication. You can use - either Kerberos version 4 or 5, but not both. The - <replaceable>DIRECTORY</> argument specifies the root - directory of the Kerberos installation; - <filename>/usr/athena</> is assumed as default. If the - relevant header files and libraries are not under a common - parent directory, then you must use the - <option>--with-includes</> and <option>--with-libraries</> - options in addition to this option. If, on the other hand, - the required files are in a location that is searched by - default (e.g., <filename>/usr/lib</>), then you can leave off - the argument. - </para> - - <para> - <filename>configure</> will check for the required header - files and libraries to make sure that your Kerberos - installation is sufficient before proceeding. + either Kerberos version 4 or 5, but not both. On many + systems, the Kerberos system is not installed in a location + that is searched by default (e.g., <filename>/usr/include</>, + <filename>/usr/lib</>), so you must use the options + <option>--with-includes</> and <option>--with-libraries</> in + addition to this option. <filename>configure</> will check + for the required header files and libraries to make sure that + your Kerberos installation is sufficient before proceeding. </para> </listitem> </varlistentry> @@ -855,20 +846,15 @@ JAVACMD=$JAVA_HOME/bin/java <seealso>SSL</seealso> </indexterm> - <term><option>--with-openssl<optional>=<replaceable>DIRECTORY</></></option></term> + <term><option>--with-openssl</option></term> <listitem> <para> - Build with support for <acronym>SSL</> (encrypted) connections. - This requires the <productname>OpenSSL</> package to be installed. - The <replaceable>DIRECTORY</> argument specifies the - root directory of the <productname>OpenSSL</> installation; the - default is <filename>/usr/local/ssl</>. - </para> - - <para> - <filename>configure</> will check for the required header - files and libraries to make sure that your <productname>OpenSSL</> - installation is sufficient before proceeding. + Build with support for <acronym>SSL</> (encrypted) + connections. This requires the <productname>OpenSSL</> + package to be installed. <filename>configure</> will check + for the required header files and libraries to make sure that + your <productname>OpenSSL</> installation is sufficient + before proceeding. </para> </listitem> </varlistentry> -- cgit v1.2.3