Install BZIP2The order is as follows:
The code is as follows:
Make-f Makefile-libbz2_so &&
Make &&
Make install &&
CP Bzip2-shared/bin/bzip2 &&
Ln-s libbz2.so.1.0 libbz2.so &&
Cp-a libbz2.so*/lib &&
Rm/lib/libbz2.so &&
PHP extension-compression and archive extension-the Bzip2 bzip2 function is used to transparently read and write bzip2(.bz2) compressed files.
This module uses the functions in the» bzip2 library of Julian Seward. This module requires bzip2/libbzip2
This article is to Uncle Bird's Linux private cuisine (basic study) of the third edition of the study notes, the original text can refer to the original book Chinese website Bird uncle's Linux private dishes.In the Linux environment, the operation
The BZIP2 function is used to transparently read and write bzip2 (. bz2) Compressed files.
This module uses the functions in the»BZIP2 Library of Julian Seward. This module requires BZIP2/LIBBZIP2 version >= 1.0.x.
PHP BZIP2 support is not turned
Our Hadoop production environment has two versions, one of which is 1.0.3, and in order to support log compression and split, we have added feature about BZIP2 compression in hadoop-1.2. Everything works well.To meet the company's needs for
14.3. File compression and archiving
Sometimes we need to store a set of files in a single file for backup or transfer to another directory or even another computer. Sometimes we also need to compress files into one file, so they use only a small
Linux inside the compression decompression is very commonly used instructions, and Linux support compression instructions are more diverse, and different compression using different technologies, is currently commonly used mainly gzip and bzip2
Gzip, bzip2, tar, zip command usage details 1. gzipgzip is a GNU compression program. It only compresses a single file. The basic usage is as follows: after the $ gzip filenameprogram is executed, the file name is changed to filename.gz, And the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.