diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 58767eea2f6..0c92c89ac89 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1682,9 +1682,9 @@ libpq.so.2.1: cannot open shared object file: No such file or directory <indexterm> <primary>ldconfig</primary> </indexterm> - If you are on <systemitem class="osname">BSD/OS</>, <systemitem - class="osname">Linux</>, or <systemitem class="osname">SunOS 4</> - and you have root access you can run: + If you are on <systemitem class="osname">BSD/OS</> + or <systemitem class="osname">Linux</>, and you have root access you can + run: <programlisting> /sbin/ldconfig /usr/local/pgsql/lib </programlisting> |