|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.200 2004/05/1820:34:01 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.201 2004/05/1821:46:25 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -508,11 +508,7 @@ su - postgres
|
508 | 508 | For relocatable installs, you might want to use
|
509 | 509 | <filename>configure</filename>'s <literal>--disable-rpath</>
|
510 | 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> |
| 511 | + to find the shared libraries. |
516 | 512 | </listitem>
|
517 | 513 | </varlistentry>
|
518 | 514 |
|
|