]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5427] Added lib location paragraph
authorThomas Markwalder <tmark@isc.org>
Wed, 16 May 2018 18:24:49 +0000 (14:24 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 16 May 2018 18:46:44 +0000 (20:46 +0200)
doc/guide/hooks.xml

index fa0a41c1eaf259829d7cf1127db5400cd7d593ca..614cc82845b5fcdb0a939de73ec7dac29d431968 100644 (file)
@@ -112,7 +112,7 @@ $ <userinput>tar zxvf kea-1.4.0.tar.gz</userinput>
         premium tarball is in your current directory, the following steps will
         unpack the premium tarball into the correct location:
 <screen>
-  $ <userinput>cd kea-1.3.0</userinput>
+  $ <userinput>cd kea-1.4.0</userinput>
   $ <userinput>tar xvf ../kea-premium-1.4.0.tar.gz</userinput>
 </screen>
         Note that unpacking the Kea premium package will put the files into a
@@ -169,6 +169,23 @@ $ <userinput>sudo make install</userinput>
       eventually venture into premium/ directory and will install additional
       hook libraries and associated files.
       </para>
+      <para>
+      The installation location of the hooks libraries depends whether you
+      specified --prefix parameter to the configure script. If you did not,
+      the default location will be /usr/local/lib/hooks. You can verify the
+      libraries are installed properly with this command:
+<screen>
+$ <userinput>ls -l /usr/local/lib/hooks/*.so</userinput>
+/usr/local/lib/hooks/libdhcp_flex_id.so
+/usr/local/lib/hooks/libdhcp_host_cmds.so
+/usr/local/lib/hooks/libdhcp_lease_cmds.so
+/usr/local/lib/hooks/libdhcp_legal_log.so
+/usr/local/lib/hooks/libdhcp_subnet_cmds.so
+</screen>
+      The exact list you see will depend on the packages you have.
+      If you specified directory via --prefix, the hooks libraries
+      will be located in {prefix directory}/lib/hooks.
+      </para>
     </section>
 
     <section>