source: final-system/multilib/shadow-n32.xml@ 97074be

Last change on this file since 97074be was a1a7bae, checked in by Jim Gifford <clfs@…>, 19 years ago

r667@server (orig r665): manuel | 2005-11-08 15:10:09 -0800
Removing SBUs and DUs. Chapter final-system, round 5.

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[bf8c11f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-shadow-n32" role="wrap">
11 <?dbhtml filename="shadow-n32.html"?>
12
13 <title>Shadow-&shadow-version; N32 Libraries</title>
14
15 <indexterm zone="ch-system-shadow-n32">
16 <primary sortas="a-Shadow">Shadow</primary>
17 <secondary>N32</secondary>
18 </indexterm>
19
[a1a7bae]20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/shadow.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
[bf8c11f]23
24 <sect2 role="installation">
25 <title>Installation of Shadow</title>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="shadow.xml"
29 xpointer="xpointer(//*[@os='a'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="shadow.xml"
33 xpointer="xpointer(//*[@os='p1'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="shadow.xml"
37 xpointer="xpointer(//*[@os='p2'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="shadow.xml"
41 xpointer="xpointer(//*[@os='b'])"/>
42
43<screen><userinput>CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
44 --enable-shared</userinput></screen>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="shadow.xml"
48 xpointer="xpointer(//*[@os='d'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="shadow.xml"
52 xpointer="xpointer(//*[@os='e'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="shadow.xml"
56 xpointer="xpointer(//*[@os='f'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="shadow.xml"
60 xpointer="xpointer(//*[@os='g'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="shadow.xml"
64 xpointer="xpointer(//*[@os='h'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="shadow.xml"
68 xpointer="xpointer(//*[@os='i'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="shadow.xml"
72 xpointer="xpointer(//*[@os='r'])"/>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="shadow.xml"
76 xpointer="xpointer(//*[@os='s'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79 href="shadow.xml"
80 xpointer="xpointer(//*[@os='t'])"/>
81
82<screen><userinput>mv /lib32/libshadow.*a /usr/lib32
83rm /lib32/libshadow.so
84ln -sf ../../lib32/libshadow.so.0 /usr/lib32/libshadow.so</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="content">
89 <title/>
90
91 <para>Details on this package are located in <xref
92 linkend="contents-shadow" role="."/></para>
93
94 </sect2>
95
96</sect1>
Note: See TracBrowser for help on using the repository browser.