source: BOOK/final-system/multilib/bzip2-64bit.xml@ ba74966

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since ba74966 was 3b4eb18, checked in by Chris Staub <chris@…>, 18 years ago

Corrected final-system multilib bzip2 installation so that tests are not disabled

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[3f8be484]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-bzip2" role="wrap">
9 <?dbhtml filename="bzip2-64bit.html"?>
10
11 <title>Bzip2-&bzip2-version; 64 Bit</title>
12
13 <indexterm zone="ch-system-bzip2">
14 <primary sortas="a-Bzip2">Bzip2</primary>
15 </indexterm>
16
[1cd688b]17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/bzip2.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Bzip2</title>
23
24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="../common/bzip2.xml"
[e0e40d3]26 xpointer="xpointer(//*[@os='p1'])"/>
[3f8be484]27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../common/bzip2.xml"
[e0e40d3]30 xpointer="xpointer(//*[@os='p2'])"/>
[3f8be484]31
32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[263192a]33 href="../common/bzip2.xml"
[e0e40d3]34 xpointer="xpointer(//*[@os='p3'])"/>
[3f8be484]35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[263192a]37 href="../common/bzip2.xml"
[e0e40d3]38 xpointer="xpointer(//*[@os='p4'])"/>
[3f8be484]39
[13f12ee]40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41 href="../common/bzip2.xml"
42 xpointer="xpointer(//*[@os='p5'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45 href="../common/bzip2.xml"
46 xpointer="xpointer(//*[@os='p6'])"/>
47
[3b4eb18]48 <para os="m1">We need to change the default lib path
[3f8be484]49 to <filename class="directory">lib64</filename>:</para>
50
[3b4eb18]51<screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen>
[3f8be484]52
53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54 href="bzip2.xml"
55 xpointer="xpointer(//*[@os='a'])"/>
56
[e0e40d3]57<screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
[3f8be484]58make clean</userinput></screen>
59
60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61 href="bzip2.xml"
62 xpointer="xpointer(//*[@os='c'])"/>
63
[263192a]64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="bzip2-n32.xml"
66 xpointer="xpointer(//*[@os='c1'])"/>
[3f8be484]67
[263192a]68<screen os="e"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
[3f8be484]69
[263192a]70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../common/bzip2.xml"
72 xpointer="xpointer(//*[@os='f'])"/>
[e0e40d3]73
[3f8be484]74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[263192a]75 href="../common/bzip2.xml"
[3f8be484]76 xpointer="xpointer(//*[@os='g'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[263192a]79 href="../common/bzip2.xml"
[3f8be484]80 xpointer="xpointer(//*[@os='h'])"/>
81
[e0e40d3]82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[263192a]83 href="../common/bzip2.xml"
[e0e40d3]84 xpointer="xpointer(//*[@os='i'])"/>
85
[94e6142]86<screen os="j"><userinput>cp -v bzip2-shared /bin/bzip2
87cp -av libbz2.so* /lib64
88ln -sv ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
89rm -v /usr/bin/{bunzip2,bzcat,bzip2}
90ln -sv bzip2 /bin/bunzip2
91ln -sv bzip2 /bin/bzcat</userinput></screen>
[3f8be484]92
93 </sect2>
94
95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
96 href="../common/bzip2.xml"
97 xpointer="xpointer(id('contents-bzip2'))"/>
98
99</sect1>
Note: See TracBrowser for help on using the repository browser.