diff options
Diffstat (limited to 'chapter06/libcap.xml')
-rw-r--r-- | chapter06/libcap.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 76d855263..cabcb1774 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -55,7 +55,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install +<screen><userinput remap="install">make RAISE_SETFCAP=no lib=lib prefix=/usr install chmod -v 755 /usr/lib/libcap.so</userinput></screen> <variablelist> @@ -70,6 +70,16 @@ chmod -v 755 /usr/lib/libcap.so</userinput></screen> </listitem> </varlistentry> + <varlistentry> + <term><parameter>lib=lib</parameter></term> + <listitem> + <para>This parameter installs the library in + <filename>$prefix/lib</filename> rather than + <filename>$prefix/lib64</filename> on x86_64. It has no effect on + x86.</para> + </listitem> + </varlistentry> + </variablelist> <para>The shared library needs to be moved to |