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

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

r959@server (orig r957): jim | 2005-12-23 19:11:15 -0800

r1186@server: jim | 2005-12-23 19:09:46 -0800
Reworked multilib fix. Reverted patch, changed into a sed.


  • Property mode set to 100644
File size: 3.3 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><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='p1'])"/>
43
44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="shadow.xml"
46    xpointer="xpointer(//*[@os='p2'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49    href="shadow.xml"
50    xpointer="xpointer(//*[@os='b'])"/>
51
52<screen os="c"><userinput>CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
53   --enable-shared</userinput></screen>
54
55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56    href="shadow.xml"
57    xpointer="xpointer(//*[@os='d'])"/>
58
59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60    href="shadow.xml"
61    xpointer="xpointer(//*[@os='e'])"/>
62
63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64    href="shadow.xml"
65    xpointer="xpointer(//*[@os='f'])"/>
66
67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68    href="shadow.xml"
69    xpointer="xpointer(//*[@os='g'])"/>
70
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72    href="shadow.xml"
73    xpointer="xpointer(//*[@os='h'])"/>
74
75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76    href="shadow.xml"
77    xpointer="xpointer(//*[@os='i'])"/>
78
79    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80    href="shadow.xml"
81    xpointer="xpointer(//*[@os='r'])"/>
82
83    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84    href="shadow.xml"
85    xpointer="xpointer(//*[@os='s'])"/>
86
87    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
88    href="shadow.xml"
89    xpointer="xpointer(//*[@os='t'])"/>
90
91<screen os="u"><userinput>mv /lib32/libshadow.*a /usr/lib32
92rm /lib32/libshadow.so
93ln -sf ../../lib32/libshadow.so.0 /usr/lib32/libshadow.so</userinput></screen>
94
95  </sect2>
96
97  <sect2 role="content">
98    <title/>
99
100    <para>Details on this package are located in <xref
101    linkend="contents-shadow" role="."/></para>
102
103  </sect2>
104
105</sect1>
Note: See TracBrowser for help on using the repository browser.