Trim down relocatable docs, per Peter.

This commit is contained in:
Bruce Momjian 2004-05-18 21:46:25 +00:00
parent dcf459e662
commit 4c82cb9d40

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.200 2004/05/18 20:34:01 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.201 2004/05/18 21:46:25 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -508,11 +508,7 @@ su - postgres
For relocatable installs, you might want to use For relocatable installs, you might want to use
<filename>configure</filename>'s <literal>--disable-rpath</> <filename>configure</filename>'s <literal>--disable-rpath</>
option. Also, you will need to tell the operating system how option. Also, you will need to tell the operating system how
to find the shared libraries used by applications like to find the shared libraries.
<application>psql</> either using a system-wide shared
library configuration file like <filename>ld.so.conf</>,
or an environment variable like <literal>LD_LIBRARY_PATH</>.
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>