There are some new issues with the XZ-utils instructions:
1. There is a redundant PREFIX=/tools in the Ch5 make install command
(it's redundant because --prefix=/tools is arleady passed to the
configure command)
2. XZ-utils is considered a core compression utility (like Bzip2 and
Gzip), yet the programs are not on the root partition.
3. The docs are installed in an non-versioned directory.
To fix the instructions:
1. Remove the redundant PREFIX=/tools from the Ch5 make install command.
2. Add these commands after make install to move liblzma and the XZ
programs to the root partition:
mv -v /usr/bin/{xz,unxz,xzcat,lzma,unlzma,lzcat} /bin &&
mv -v /usr/lib/liblzma.so.* /lib &&
ln -sfv ../../lib/liblzma.so.0 /usr/lib/liblzma.so
3. Add --docdir=/usr/share/doc/xz-5.0.0 to the configure command.
--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.
--------------
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page