mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add some documentation on relocatable installs.
This commit is contained in:
parent
eb79aea9ed
commit
dcf459e662
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.199 2004/05/17 16:06:25 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.200 2004/05/18 20:34:01 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||||
@ -503,6 +503,16 @@ su - postgres
|
|||||||
installation. (The <literal>man</> and <literal>doc</>
|
installation. (The <literal>man</> and <literal>doc</>
|
||||||
locations are not affected by this.)
|
locations are not affected by this.)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
For relocatable installs, you might want to use
|
||||||
|
<filename>configure</filename>'s <literal>--disable-rpath</>
|
||||||
|
option. Also, you will need to tell the operating system how
|
||||||
|
to find the shared libraries used by applications like
|
||||||
|
<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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user