Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dcf459e

Browse files
committed
Add some documentation on relocatable installs.
1 parent eb79aea commit dcf459e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/src/sgml/installation.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.199 2004/05/17 16:06:25 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.200 2004/05/18 20:34:01 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -503,6 +503,16 @@ su - postgres
503503
installation. (The <literal>man</> and <literal>doc</>
504504
locations are not affected by this.)
505505
</para>
506+
507+
<para>
508+
For relocatable installs, you might want to use
509+
<filename>configure</filename>'s <literal>--disable-rpath</>
510+
option. Also, you will need to tell the operating system how
511+
to find the shared libraries used by applications like
512+
<application>psql</> either using a system-wide shared
513+
library configuration file like <filename>ld.so.conf</>,
514+
or an environment variable like <literal>LD_LIBRARY_PATH</>.
515+
</para>
506516
</listitem>
507517
</varlistentry>
508518

0 commit comments

Comments
 (0)