The libarchive library provides a single interface for reading/writing various compression formats.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://www.libarchive.org/downloads/libarchive-3.3.2.tar.gz
Download MD5 sum: 4583bd6b2ebf7e0e8963d90879eb1b27
Download size: 6.0 MB
Estimated disk space required: 37 MB (add 26 MB for tests)
Estimated build time: 0.3 SBU (add 1.5 SBU for tests)
libxml2-2.9.4, LZO-2.10, and Nettle-3.3 or OpenSSL-1.1.0f
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libarchive
Install libarchive by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--without-xml2
: This switch sets expat
for xar archive format support instead of preferred libxml2 if both
packages are installed.
--without-nettle
: This switch sets
OpenSSL for crypto support instead of preferred Nettle if both
packages are installed.
Last updated on 2017-08-18 12:42:43 -0700