[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"
|
---|
| 26 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 27 |
|
---|
| 28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 29 | href="../common/bzip2.xml"
|
---|
| 30 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 31 |
|
---|
| 32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 33 | href="bzip2.xml"
|
---|
| 34 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 35 |
|
---|
| 36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 37 | href="bzip2.xml"
|
---|
| 38 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 39 |
|
---|
| 40 | <para os="ba">We need to remove the tests since they won't work on
|
---|
| 41 | a multi-architecture build, and tell change the default lib path
|
---|
| 42 | to <filename class="directory">lib64</filename>:</para>
|
---|
| 43 |
|
---|
| 44 | <screen os="bb"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \
|
---|
| 45 | -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile</userinput></screen>
|
---|
| 46 |
|
---|
| 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="bzip2.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 50 |
|
---|
| 51 | <screen><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
|
---|
| 52 | make clean</userinput></screen>
|
---|
| 53 |
|
---|
| 54 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 55 | href="bzip2.xml"
|
---|
| 56 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 57 |
|
---|
| 58 | <screen><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen>
|
---|
| 59 |
|
---|
| 60 | <para>Now we remove the 32 bit versions of the programs so we
|
---|
| 61 | can install the 64 bit versions.</para>
|
---|
| 62 |
|
---|
| 63 | <screen><userinput>rm -f /usr/bin/bz* /bin/bz*</userinput></screen>
|
---|
| 64 |
|
---|
| 65 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 66 | href="bzip2.xml"
|
---|
| 67 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 68 |
|
---|
| 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 70 | href="bzip2.xml"
|
---|
| 71 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 72 |
|
---|
| 73 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 74 | href="bzip2.xml"
|
---|
| 75 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 76 |
|
---|
| 77 | <screen><userinput>cp bzip2-shared /bin/bzip2
|
---|
| 78 | cp -a libbz2.so* /lib64
|
---|
| 79 | ln -s ../../lib64/libbz2.so.1.0 /usr/lib64/libbz2.so
|
---|
| 80 | rm /usr/bin/{bunzip2,bzcat,bzip2}
|
---|
| 81 | ln -s bzip2 /bin/bzcat</userinput></screen>
|
---|
| 82 |
|
---|
| 83 | </sect2>
|
---|
| 84 |
|
---|
| 85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 86 | href="../common/bzip2.xml"
|
---|
| 87 | xpointer="xpointer(id('contents-bzip2'))"/>
|
---|
| 88 |
|
---|
| 89 | </sect1>
|
---|