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

Last change on this file since f7683d44 was 9bfef72, checked in by Jim Gifford <clfs@…>, 18 years ago

r2699@server (orig r1315): manuel | 2006-03-23 11:35:03 -0800
Added a few nodump attributes to final-system chapter files.

  • Property mode set to 100644
File size: 3.5 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 <note os="a">
26 <para>If you would like to enforce the use of strong passwords,
27 refer to <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/>
28 for installing Cracklib prior to building Shadow. Then add
29 <parameter>--with-libcrack</parameter> to the <command>configure</command>
30 command below.</para>
31
32 <para>You will also need to use the follow sed after the configuration command
33 to make sure the correct library is linked.</para>
34
35 <screen role="nodump"><userinput>sed -i libtool \
36 -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g' \
37 -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g'</userinput></screen>
38 </note>
39
40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41 href="shadow.xml"
42 xpointer="xpointer(//*[@os='b'])"/>
43
44<screen os="c"><userinput>CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
45 --enable-shared --without-libpam --without-audit --without-selinux</userinput></screen>
46
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48 href="shadow.xml"
49 xpointer="xpointer(//*[@os='d'])"/>
50
51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52 href="shadow.xml"
53 xpointer="xpointer(//*[@os='e'])"/>
54
55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56 href="shadow.xml"
57 xpointer="xpointer(//*[@os='f'])"/>
58
59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60 href="shadow.xml"
61 xpointer="xpointer(//*[@os='g'])"/>
62
63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64 href="shadow.xml"
65 xpointer="xpointer(//*[@os='h'])"/>
66
67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68 href="shadow.xml"
69 xpointer="xpointer(//*[@os='i'])"/>
70
71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72 href="shadow.xml"
73 xpointer="xpointer(//*[@os='j'])"/>
74
75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76 href="shadow.xml"
77 xpointer="xpointer(//*[@os='k'])"/>
78
79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80 href="shadow.xml"
81 xpointer="xpointer(//*[@os='l'])"/>
82
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84 href="shadow.xml"
85 xpointer="xpointer(//*[@os='u'])"/>
86
87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
88 href="shadow.xml"
89 xpointer="xpointer(//*[@os='v'])"/>
90
91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92 href="shadow.xml"
93 xpointer="xpointer(//*[@os='w'])"/>
94
95<screen os="x"><userinput>mv -v /lib32/libshadow.*a /usr/lib32
96rm -v /lib32/libshadow.so
97ln -svf ../../lib32/libshadow.so.0 /usr/lib32/libshadow.so</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title/>
103
104 <para>Details on this package are located in <xref
105 linkend="contents-shadow" role="."/></para>
106
107 </sect2>
108
109</sect1>
Note: See TracBrowser for help on using the repository browser.