2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[2450] Document in the guide that ldconfig has to be run sometimes

This commit is contained in:
Mukund Sivaraman
2012-11-20 18:21:13 +05:30
parent bbb0752c34
commit d9c0f5f2d9

View File

@@ -418,6 +418,14 @@ var/
</para>
</listitem>
<listitem>
<para>If required, run <command>ldconfig</command> as root
(with <filename>/usr/local</filename> in
<filename>/etc/ld.so.conf</filename>):
<screen>$ <userinput>ldconfig</userinput></screen>
</para>
</listitem>
<listitem>
<para>Start the server (as root):
<screen>$ <userinput>/usr/local/sbin/bind10</userinput></screen>
@@ -783,7 +791,22 @@ 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</filename> in
<filename>/etc/ld.so.conf</filename>):
<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 -->