libarchive

 

Introduction

 

Usage

module load misc/libarchive/3.3.1

 

Installation

module load compilers/autoconf-2.69
module load misc/openssl/1.0.2
#module load gcc/4.9.3
module load library/zlib/1.2.11

cd /sw/misc/libarchive/3.3.1/src/libarchive-3.3.1

/bin/sh build/autogen.sh 2>&1 | tee autogenLog.txt
./configure --help 2>&1 | tee configureHelp.txt

#./configure --with-PACKAGE=/sw/library/zlib/1.2.11 --prefix=/sw/misc/libarchive/3.3.1 2>&1 | tee configureLog.txt
./configure --with-zlib --with-gnu-ld --with-bz2lib --with-iconv  --with-lzma --with-lz4 --with-openssl --with-expat --prefix=/sw/misc/libarchive/3.3.1 2>&1 | tee configureLog.txt

make 2>&1 | tee makeLog.txt
make install 2>&1 | tee makeInstall.txt


 

Reference

Â