|
@@ -94,14 +94,17 @@
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
|
|
|
|
<para>
|
|
<para>
|
|
- As for any Kea executable binary, the <filename>config.report</filename>
|
|
|
|
- file produced by <userinput>./configure</userinput> is embbeded.
|
|
|
|
- The command extracting it is:
|
|
|
|
|
|
+ All of the executable binaries in Kea contain an embedded
|
|
|
|
+ copy of the <filename>config.report</filename>
|
|
|
|
+ file produced by <userinput>./configure</userinput>.
|
|
|
|
+ The following command may be used to extract this information.
|
|
|
|
+ The binary <userinput>path</userinput>, may be found in the
|
|
|
|
+ install directory or in the <filename>.libs</filename>
|
|
|
|
+ subdirectory in the source treee. For example
|
|
|
|
+ <filename>kea/src/bin/d2/.libs/kea-dhcp-ddns</filename>.
|
|
<screen>
|
|
<screen>
|
|
strings <userinput>path</userinput>/kea-dhcp-ddns | sed -n 's/;;;; //p'
|
|
strings <userinput>path</userinput>/kea-dhcp-ddns | sed -n 's/;;;; //p'
|
|
</screen>
|
|
</screen>
|
|
- Beware the <userinput>path</userinput> to use for a binary
|
|
|
|
- in the build tree finishes by <filename>.libs</filename>.
|
|
|
|
</para>
|
|
</para>
|
|
|
|
|
|
<para>
|
|
<para>
|