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.1 platform.
Download (HTTP): http://libarchive.googlecode.com/files/libarchive-3.0.3.tar.gz
Download MD5 sum: ca4090f0099432a9ac5a8b6618dc3892
Download size: 3.3 MB
Estimated disk space required: 23 MB
Estimated build time: 0.5 SBU
libxml2-2.7.8 or expat-2.1.0, OpenSSL-1.0.1a, nettle-2.4 and acl-2.2.51
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 option prevents
building the static archive versions of the libraries.
Last updated on 2012-04-19 16:45:13 +0000