Changeset 99beb4e


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

Location:
BOOK/final-system/common
Files:
2 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>
  • BOOK/final-system/common/attr.xml

    r307b245 r99beb4e  
    2828    <para os="a">Prepare Attr for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr \
    31     --libdir=/lib --libexecdir=/usr/lib</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3231
    3332    <para os="c">Compile the package:</para>
     
    4140<screen os="g"><userinput>make install install-dev install-lib</userinput></screen>
    4241
    43     <para os="h">Remove extra symlinks:</para>
     42    <para os="h">Move the shared library to <filename class="directory">/lib</filename>
     43    and recreate the symlink in <filename class="directory">/usr/lib</filename>:</para>
    4444
    45 <screen os="i"><userinput>rm -v /lib/libattr.{,l}a</userinput></screen>
     45<screen os="i"><userinput>mv -v /usr/lib/libattr.so.* /lib
     46ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
    4647
    47     <para os="j">Set the proper permissions on the library:</para>
     48    <para os="j">Set the proper permissions on the shared library:</para>
    4849
    4950<screen os="k"><userinput>chmod 755 -v /lib/libattr.so.1.1.0</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.