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-7.4 platform.
Download (HTTP): http://www.libarchive.org/downloads/libarchive-3.1.2.tar.gz
Download MD5 sum: efad5a503f66329bb9d2f4308b5de98a
Download size: 4.4 MB
Estimated disk space required: 60 MB
Estimated build time: 0.5 SBU
acl-2.2.52, libxml2-2.9.1 or expat-2.1.0, LZO-2.06, Nettle-2.7.1 and OpenSSL-1.0.1e
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.
Last updated on 2013-08-23 13:56:44 -0700