Browse Source

[2450] Update library path taking prefix into account

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

+ 2 - 2
doc/guide/bind10-guide.xml

@@ -785,8 +785,8 @@ as a dependency earlier -->
         </note>
         <para>
 	  If required, run <command>ldconfig</command> as root (with
-	  <filename>/usr/local</filename> in
-	  <filename>/etc/ld.so.conf</filename>):
+	  <filename>/usr/local/lib</filename> (or under the path used
+	  with --prefix) in <filename>/etc/ld.so.conf</filename>):
 	  <screen>$ <userinput>ldconfig</userinput></screen>
         </para>
         <note>