반응형
http://pecl.php.net/package/zip 접속하여 파일 zip-1.21.1.tgz를 다운로드 한다.
다운로드
wget http://pecl.php.net/get/zip-1.21.1.tgz
압축해제
tar -zxvf zip-1.21.1.tgz
설치 디렉토리 이동
cd zip-1.21.1
phpize 실행
/usr/local/php/bin/phpize
설치
./configure --with-php-config=/usr/local/php/bin/php-config --enable-zip --with-libzip=/usr/local/libzip
make
make install
2023.02.03 - [분류 전체보기] - Please reinstall the libzip distribution - libzip 설치
2023.02.03 - [분류 전체보기] - CMake 3.0.2 or higher is required
반응형