|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -503,6 +503,16 @@ su - postgres
|
503 | 503 | installation. (The <literal>man</> and <literal>doc</>
|
504 | 504 | locations are not affected by this.)
|
505 | 505 | </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> |
506 | 516 | </listitem>
|
507 | 517 | </varlistentry>
|
508 | 518 |
|
|