diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libcap.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 63e9d0017..ca0e3e805 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -54,6 +54,20 @@ <screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install chmod -v 755 /usr/lib/libcap.so</userinput></screen> + <variablelist> + <title>The meaning of the make option:</title> + + <varlistentry> + <term><parameter>RAISE_SETFCAP=no</parameter></term> + <listitem> + <para>This parameter skips trying to use <command>setcap</command> + on itself. This avoids an installation error if the kernel or file + system does not support extended capabilities.</para> + </listitem> + </varlistentry> + + </variablelist> + <para>The shared library needs to be moved to <filename class="directory">/lib</filename>, and as a result the <filename class="extension">.so</filename> file in |