diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-05-18 20:34:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-05-18 20:34:01 +0000 |
commit | dcf459e6628001d445b02871864dd3adb9960fb7 (patch) | |
tree | 0b4d03abd30dbe0e1f8e1696377255d73c4072d3 | |
parent | eb79aea9ed744d7e7e7319de7694c915bbfff0cd (diff) | |
download | postgresql-dcf459e6628001d445b02871864dd3adb9960fb7.tar.gz postgresql-dcf459e6628001d445b02871864dd3adb9960fb7.zip |
Add some documentation on relocatable installs.
-rw-r--r-- | doc/src/sgml/installation.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f4626c6b5b5..60a727f2fe9 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -503,6 +503,16 @@ su - postgres installation. (The <literal>man</> and <literal>doc</> locations are not affected by this.) </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> </varlistentry> |