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