source: BOOK/final-system/multilib/shadow-n32.xml@ 35555cc

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 35555cc was e0e40d3, checked in by Jim Gifford <clfs@…>, 19 years ago

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


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