Ignore:
Timestamp:
Jan 12, 2009, 3:52:13 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b33fd59
Parents:
8100441
Message:

Fixed LZMA Build see ticket 198.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/lzma.xml

    r8100441 r1ef890b  
    3030    <para os="a">Prepare LZMA-Utils for compilation:</para>
    3131
    32 <screen os="b"><userinput>./configure --prefix=/usr libdir=/lib</userinput></screen>
     32<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3333
    3434    <para os="c">Compile the package:</para>
     
    3939
    4040<screen os="f"><userinput>make install</userinput></screen>
    41 
    42     <para os="g">Move the LZMA-Utils static libraries to the proper location:</para>
    43 
    44 <screen os="h"><userinput>mv -v /lib/liblzmadec.{a,la} /usr/lib</userinput></screen>
    45 
    46     <para os="i">Create a symlink for the shared library:</para>
    47 
    48 <screen os="j"><userinput>ln -svf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen>
    49 
    50     <para os="k">Move the <command>lzma</command> binary, and a couple
    51     symlinks to it, to <filename class="directory">/bin</filename> to be
    52     available like other compressing utilities:</para>
    53 
    54 <screen os="l"><userinput>mv -v /usr/bin/{lzma,lzcat,unlzma} /bin</userinput></screen>
    5541
    5642  </sect2>
Note: See TracChangeset for help on using the changeset viewer.