diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-09 21:41:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-09 21:41:36 +0000 |
commit | 572f6f313d6177de771e7d7c0fbed8bf50176160 (patch) | |
tree | 84f2751cf0eeed2edf0655f7104754741f073d5c | |
parent | 6799af7d8048274c23a4d0b07d22cfc8426cee1c (diff) | |
download | postgresql-572f6f313d6177de771e7d7c0fbed8bf50176160.tar.gz postgresql-572f6f313d6177de771e7d7c0fbed8bf50176160.zip |
New shared library mentions.
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/src/sgml/install.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -337,7 +337,7 @@ PostgreSQL: type control-C to get out of tail. 14) If necessary, tell UNIX how to find your shared libraries. If you - are using Linux/ELF or any ELF-based system, do ONE of the following, + are using an ELF-based system, such as Linux, do ONE of the following, preferably the first: a) As root, edit file /etc/ld.so.conf. Add line diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 4b64b315112..6431fb8f13f 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -463,7 +463,7 @@ Compile the program. Type <Step Performance="required"> <Para> If necessary, tell UNIX how to find your shared libraries. If you - are using Linux/ELF or any ELF-based system, do ONE of the following, + are using an ELF-based system, such as Linux, do ONE of the following, preferably the first: <SubSteps> <Step Performance="optional"> |