BIND 10 master, updated. 5bb4db417ecd1b94170fa87d11d91d604616c1bb Merge branch 'master' into trac2450
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 3 04:16:00 UTC 2012
The branch, master has been updated
via 5bb4db417ecd1b94170fa87d11d91d604616c1bb (commit)
via 0854840b717e6f79ba5648571dd0c71306af73e5 (commit)
via c8194121792a6f19615f76de611cfba3af927a07 (commit)
via 1c36cb6a3edd1029e115862fbede8a81a6a96cf3 (commit)
via eb79abb35f62e96268eb687c100c1f1129d15537 (commit)
via d9c0f5f2d9294d8eb026bf92fd8fda103e9fc747 (commit)
from 9a5e89e0e6aab0e50005cf9f9d7bf577eedd1bf3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5bb4db417ecd1b94170fa87d11d91d604616c1bb
Merge: 0854840 9a5e89e
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Dec 3 08:41:30 2012 +0530
Merge branch 'master' into trac2450
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index eec5bde..9d8f932 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -784,7 +784,24 @@ as a dependency earlier -->
<note>
<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 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>
+ If you do not run <command>ldconfig</command> where it is
+ required, you may see errors like the following:
+ <screen>
+ program: error while loading shared libraries: libb10-something.so.1:
+ cannot open shared object file: No such file or directory
+ </screen>
+ </para>
+ </note>
</section>
<!-- TODO: tests -->
More information about the bind10-changes
mailing list