Commit 0044a1bc authored by Bruce Momjian's avatar Bruce Momjian

Recommend ldconfig on any ELF.

parent 878f9dbb
...@@ -337,7 +337,8 @@ PostgreSQL: ...@@ -337,7 +337,8 @@ PostgreSQL:
type control-C to get out of tail. type control-C to get out of tail.
14) If necessary, tell UNIX how to find your shared libraries. If you 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 a) As root, edit file /etc/ld.so.conf. Add line
/usr/local/pgsql/lib /usr/local/pgsql/lib
......
...@@ -463,7 +463,8 @@ Compile the program. Type ...@@ -463,7 +463,8 @@ Compile the program. Type
<Step Performance="required"> <Step Performance="required">
<Para> <Para>
If necessary, tell UNIX how to find your shared libraries. If you 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> <SubSteps>
<Step Performance="optional"> <Step Performance="optional">
<Para> <Para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment