[5847541] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-acl" role="wrap">
|
---|
| 9 | <?dbhtml filename="acl-64bit.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Acl-&acl-version; 64 Bit</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-acl">
|
---|
| 14 | <primary sortas="a-Acl">Acl</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 18 | href="../common/acl.xml"
|
---|
| 19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 20 |
|
---|
| 21 | <sect2 role="installation">
|
---|
| 22 | <title>Installation of Acl</title>
|
---|
| 23 |
|
---|
| 24 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 25 | href="../common/acl.xml"
|
---|
| 26 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 27 |
|
---|
| 28 | <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure \
|
---|
| 29 | --prefix=/usr --libdir=/lib64 \
|
---|
| 30 | --libexecdir=/usr/lib64</userinput></screen>
|
---|
| 31 |
|
---|
| 32 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 33 | href="../common/acl.xml"
|
---|
| 34 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 35 |
|
---|
| 36 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 37 | href="../common/acl.xml"
|
---|
| 38 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 39 |
|
---|
| 40 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 41 | href="../common/acl.xml"
|
---|
| 42 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 43 |
|
---|
| 44 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 45 | href="../common/acl.xml"
|
---|
| 46 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 47 |
|
---|
| 48 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 49 | href="../common/acl.xml"
|
---|
| 50 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 51 |
|
---|
| 52 | <para os="h">Recreate the symlink in <filename class="directory">/usr/lib64</filename> and remove the shared link from <filename class="directory">/lib64</filename>:</para>
|
---|
| 53 |
|
---|
| 54 | <screen os="i"><userinput>ln -sfv ../../lib64/$(readlink /lib64/libacl.so) /usr/lib64/libacl.so
|
---|
| 55 | rm -v /lib64/libacl.so</userinput></screen>
|
---|
| 56 |
|
---|
| 57 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 58 | href="../common/acl.xml"
|
---|
| 59 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 60 |
|
---|
| 61 | <screen os="k"><userinput>chmod 755 -v /lib64/libacl.so.1.1.0</userinput></screen>
|
---|
| 62 |
|
---|
| 63 | </sect2>
|
---|
| 64 |
|
---|
| 65 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 66 | href="../common/acl.xml"
|
---|
| 67 | xpointer="xpointer(id('contents-acl'))"/>
|
---|
| 68 |
|
---|
| 69 | </sect1>
|
---|