diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-09 19:53:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-09 19:53:10 +0000 |
commit | 0044a1bc1d506e83c9f97cba003188a953834739 (patch) | |
tree | b57a343c7f416cbef7c2beea07a9f62562920ecb | |
parent | 878f9dbb66169e75288ff2240bdcc20e8517ab14 (diff) | |
download | postgresql-0044a1bc1d506e83c9f97cba003188a953834739.tar.gz postgresql-0044a1bc1d506e83c9f97cba003188a953834739.zip |
Recommend ldconfig on any ELF.
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | doc/src/sgml/install.sgml | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -337,7 +337,8 @@ 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 do ONE of the following, preferably the first: + are using Linux/ELF or any ELF-based system, do ONE of the following, + preferably the first: a) As root, edit file /etc/ld.so.conf. Add line /usr/local/pgsql/lib diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 7a4803ddca3..4b64b315112 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -463,7 +463,8 @@ Compile the program. Type <Step Performance="required"> <Para> If necessary, tell UNIX how to find your shared libraries. If you - are using Linux-ELF do ONE of the following, preferably the first: + are using Linux/ELF or any ELF-based system, do ONE of the following, + preferably the first: <SubSteps> <Step Performance="optional"> <Para> |