source: BOOK/final-system/multilib/attr-n32.xml@ 46d4942

clfs-3.0.0-systemd systemd
Last change on this file since 46d4942 was df0177b, checked in by Chris Staub <chris@…>, 10 years ago

Remove blank lines in command boxes

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[2eb6b1d]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-attr-n32" role="wrap">
[5bac495]9 <?dbhtml filename="attr-n32.html"?>
[2eb6b1d]10
11 <title>Attr-&attr-version; N32 Libraries</title>
12
13 <indexterm zone="ch-system-attr-n32">
14 <primary sortas="a-Attr">Attr</primary>
15 <secondary>N32</secondary>
16 </indexterm>
17
[4317f44]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2eb6b1d]19 href="../common/attr.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of Attr</title>
24
[4317f44]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]26 href="../common/attr.xml"
27 xpointer="xpointer(//*[@os='a'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30 href="../common/attr.xml"
31 xpointer="xpointer(//*[@os='b'])"/>
[2eb6b1d]32
[4c1c923]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34 href="../common/attr.xml"
35 xpointer="xpointer(//*[@os='c'])"/>
36
37<screen os="d"><userinput>CC="gcc ${BUILDN32}" ./configure \
[2eb6b1d]38 --prefix=/usr --libdir=/lib32 \
39 --libexecdir=/usr/lib32</userinput></screen>
40
[4317f44]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]42 href="../common/attr.xml"
43 xpointer="xpointer(//*[@os='e'])"/>
44
45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46 href="../common/attr.xml"
47 xpointer="xpointer(//*[@os='f'])"/>
[2eb6b1d]48
[4317f44]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]50 href="../common/attr.xml"
51 xpointer="xpointer(//*[@os='g'])"/>
[2eb6b1d]52
[4317f44]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]54 href="../common/attr.xml"
55 xpointer="xpointer(//*[@os='h'])"/>
[2eb6b1d]56
[4317f44]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]58 href="../common/attr.xml"
59 xpointer="xpointer(//*[@os='i'])"/>
[2eb6b1d]60
[4317f44]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]62 href="../common/attr.xml"
63 xpointer="xpointer(//*[@os='j'])"/>
[2eb6b1d]64
[4c1c923]65 <para os="k">Recreate the symlink in <filename class="directory">/usr/lib32
66 </filename> and remove the shared link from <filename class="directory">
67 /lib32</filename>:</para>
[2eb6b1d]68
[df0177b]69<screen os="l"><userinput>ln -sfv ../../lib32/$(readlink /lib32/libattr.so) /usr/lib32/libattr.so
[d0123a37]70rm -v /lib32/libattr.so</userinput></screen>
[2eb6b1d]71
[4317f44]72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4c1c923]73 href="../common/attr.xml"
74 xpointer="xpointer(//*[@os='m'])"/>
[2eb6b1d]75
[4c1c923]76<screen os="n"><userinput>chmod 755 -v /lib32/libattr.so.1.1.0</userinput></screen>
[2eb6b1d]77
78 </sect2>
79
80 <sect2 role="content">
81 <title/>
82
83 <para>Details on this package are located in <xref
84 linkend="contents-attr" role="."/></para>
85
86 </sect2>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.