[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-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 |
|
---|
[3b4eb18] | 24 | <para os="m1">We need to change the default lib path
|
---|
[3f8be484] | 25 | to <filename class="directory">lib64</filename>:</para>
|
---|
| 26 |
|
---|
[3b4eb18] | 27 | <screen os="m2"><userinput>sed -i 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen>
|
---|
[3f8be484] | 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="bzip2.xml"
|
---|
| 31 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 32 |
|
---|
[e0e40d3] | 33 | <screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
|
---|
[3f8be484] | 34 | make clean</userinput></screen>
|
---|
| 35 |
|
---|
| 36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 37 | href="bzip2.xml"
|
---|
| 38 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 39 |
|
---|
[263192a] | 40 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[0acd455] | 41 | href="../common/bzip2.xml"
|
---|
| 42 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[3f8be484] | 43 |
|
---|
[263192a] | 44 | <screen os="e"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
|
---|
[3f8be484] | 45 |
|
---|
| 46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[263192a] | 47 | href="../common/bzip2.xml"
|
---|
[3f8be484] | 48 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 49 |
|
---|
| 50 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[263192a] | 51 | href="../common/bzip2.xml"
|
---|
[3f8be484] | 52 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 53 |
|
---|
[e0e40d3] | 54 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[263192a] | 55 | href="../common/bzip2.xml"
|
---|
[e0e40d3] | 56 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 57 |
|
---|
[94e6142] | 58 | <screen os="j"><userinput>cp -v bzip2-shared /bin/bzip2
|
---|
| 59 | cp -av libbz2.so* /lib64
|
---|
| 60 | ln -sv ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
|
---|
| 61 | rm -v /usr/bin/{bunzip2,bzcat,bzip2}
|
---|
| 62 | ln -sv bzip2 /bin/bunzip2
|
---|
| 63 | ln -sv bzip2 /bin/bzcat</userinput></screen>
|
---|
[3f8be484] | 64 |
|
---|
| 65 | </sect2>
|
---|
| 66 |
|
---|
| 67 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 68 | href="../common/bzip2.xml"
|
---|
| 69 | xpointer="xpointer(id('contents-bzip2'))"/>
|
---|
| 70 |
|
---|
| 71 | </sect1>
|
---|