Ignore:
Timestamp:
Jan 8, 2014, 7:23:58 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1bf4b98
Parents:
307b245
Message:

Updates to attr and acl instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/acl.xml

    r307b245 r99beb4e  
    2727    <para os="a">Prepare ACL for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr \
    30     --libdir=/lib --libexecdir=/usr/lib</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
    3130
    3231    <para os="c">Compile the package:</para>
     
    4039<screen os="g"><userinput>make install install-dev install-lib</userinput></screen>
    4140
    42     <para os="h">Remove extra symlinks:</para>
     41    <para os="h">Move the shared library to <filename class="directory">/lib</filename>
     42    and recreate the symlink in <filename class="directory">/usr/lib</filename>:</para>
    4343
    44 <screen os="i"><userinput>rm -v /lib/libacl.{,l}a</userinput></screen>
     44<screen os="i"><userinput>mv -v /usr/lib/libacl.so.* /lib
     45ln -sfv ../../lib/libacl.so.1 /usr/lib/libacl.so</userinput></screen>
    4546
    46     <para os="j">Set the proper permissions on the library:</para>
     47    <para os="j">Set the proper permissions on the shared library:</para>
    4748
    4849<screen os="k"><userinput>chmod 755 -v /lib/libacl.so.1.1.0</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.