File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments