1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/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 |
|
---|
17 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
18 | href="../common/bzip2.xml"
|
---|
19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
20 |
|
---|
21 | <sect2 role="installation">
|
---|
22 | <title>Installation of Bzip2</title>
|
---|
23 |
|
---|
24 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
25 | href="bzip2.xml"
|
---|
26 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
27 |
|
---|
28 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
29 | href="bzip2.xml"
|
---|
30 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
31 |
|
---|
32 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
33 | href="../common/bzip2.xml"
|
---|
34 | xpointer="xpointer(//*[@os='s3'])"/>
|
---|
35 |
|
---|
36 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
37 | href="../common/bzip2.xml"
|
---|
38 | xpointer="xpointer(//*[@os='s4'])"/>
|
---|
39 |
|
---|
40 | <para os="m1">We need to change the default lib path
|
---|
41 | to <filename class="directory">lib64</filename>:</para>
|
---|
42 |
|
---|
43 | <screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen>
|
---|
44 |
|
---|
45 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
46 | href="bzip2.xml"
|
---|
47 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
48 |
|
---|
49 | <screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
|
---|
50 | make clean</userinput></screen>
|
---|
51 |
|
---|
52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
53 | href="bzip2.xml"
|
---|
54 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
55 |
|
---|
56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
57 | href="../common/bzip2.xml"
|
---|
58 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
59 |
|
---|
60 | <screen os="e"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
|
---|
61 |
|
---|
62 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
63 | href="../common/bzip2.xml"
|
---|
64 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
65 |
|
---|
66 | <screen os="h"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PREFIX=/usr install</userinput></screen>
|
---|
67 |
|
---|
68 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
69 | href="../common/bzip2.xml"
|
---|
70 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
71 |
|
---|
72 | <screen os="j"><userinput>cp -v bzip2-shared /bin/bzip2
|
---|
73 | cp -av libbz2.so* /lib64
|
---|
74 | ln -sv ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
|
---|
75 | rm -v /usr/bin/{bunzip2,bzcat,bzip2}
|
---|
76 | ln -sv bzip2 /bin/bunzip2
|
---|
77 | ln -sv bzip2 /bin/bzcat</userinput></screen>
|
---|
78 |
|
---|
79 | </sect2>
|
---|
80 |
|
---|
81 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
82 | href="../common/bzip2.xml"
|
---|
83 | xpointer="xpointer(id('contents-bzip2'))"/>
|
---|
84 |
|
---|
85 | </sect1>
|
---|