source: BOOK/final-system/multilib/e2fsprogs-64bit.xml@ eddcf5f

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since eddcf5f was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-e2fsprogs" role="wrap">
9 <?dbhtml filename="e2fsprogs-64bit.html"?>
10
11 <title>E2fsprogs-&e2fsprogs-version; 64 Bit</title>
12
13 <indexterm zone="ch-system-e2fsprogs">
14 <primary sortas="a-E2fsprogs">E2fsprogs</primary>
15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18 href="../common/e2fsprogs.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of E2fsprogs</title>
23
[e0e40d3]24 <para os="m3">Change the library directory to <filename
[3f8be484]25 class="directory">lib64</filename>:</para>
26
[0498a5bd]27<screen os="m4"><userinput>sed -i '/libdir.*=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
[3f8be484]28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]30 href="e2fsprogs.xml"
31 xpointer="xpointer(//*[@os='a'])"/>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]34 href="e2fsprogs.xml"
35 xpointer="xpointer(//*[@os='b'])"/>
36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]38 href="e2fsprogs.xml"
39 xpointer="xpointer(//*[@os='c'])"/>
40
[27931b9]41<screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
42 ../configure --prefix=/usr --with-root-prefix="" \
[d6f5e21]43 --enable-elf-shlibs --disable-libblkid \
44 --disable-libuuid --disable-fsck \
[7bfc8ec]45 --disable-uuidd</userinput></screen>
[3f8be484]46
[dabbced]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]48 href="e2fsprogs.xml"
[3f8be484]49 xpointer="xpointer(//*[@os='e'])"/>
50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]52 href="../common/e2fsprogs.xml"
53 xpointer="xpointer(//*[@os='f'])"/>
54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[157ab39]56 href="../common/e2fsprogs.xml"
57 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]60 href="../common/e2fsprogs.xml"
61 xpointer="xpointer(//*[@os='h'])"/>
62
[dabbced]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]64 href="../common/e2fsprogs.xml"
65 xpointer="xpointer(//*[@os='i'])"/>
66
[dabbced]67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]68 href="../common/e2fsprogs.xml"
[3f8be484]69 xpointer="xpointer(//*[@os='j'])"/>
70
[dabbced]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]72 href="e2fsprogs.xml"
73 xpointer="xpointer(//*[@os='k'])"/>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]76 href="e2fsprogs.xml"
77 xpointer="xpointer(//*[@os='l'])"/>
78
[3f8be484]79 </sect2>
80
[dabbced]81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]82 href="../common/e2fsprogs.xml"
83 xpointer="xpointer(id('contents-e2fsprogs'))"/>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.