Browse Source

[2450] Update to include any other linker cache config file

Mukund Sivaraman 12 years ago
parent
commit
c819412179
1 changed files with 6 additions and 4 deletions
  1. 6 4
      doc/guide/bind10-guide.xml

+ 6 - 4
doc/guide/bind10-guide.xml

@@ -784,10 +784,12 @@ as a dependency earlier -->
           <para>The install step may require superuser privileges.</para>
         </note>
         <para>
-	  If required, run <command>ldconfig</command> as root (with
-	  <filename>/usr/local/lib</filename> (or under the path used
-	  with --prefix) in <filename>/etc/ld.so.conf</filename>):
-	  <screen>$ <userinput>ldconfig</userinput></screen>
+	  If required, run <command>ldconfig</command> as root with
+	  <filename>/usr/local/lib</filename> (or with ${prefix}/lib if
+	  configured with --prefix) in
+	  <filename>/etc/ld.so.conf</filename> (or the relevant linker
+	  cache configuration file for your OS): <screen>$
+	  <userinput>ldconfig</userinput></screen>
         </para>
         <note>
           <para>