我們先下載:
wget http://pecl.php.net/get/zip
http://pecl.php.net/ 這個(gè)網(wǎng)站可以關(guān)注一下
https://nih.at/
下載了zip,然后tar -zvxf zip,就得到解壓后的zip-1.15.1
cd zip-1.15.1
phpize
然后./configure 看看libzip是不是缺少的?
兩種方式安裝 libzip
下載編譯安裝 libzip
需要 安裝 cmake
然后執(zhí)行
mkdir build && cd build && cmake .. && make && make install
wget https://libzip.org/download/libzip-1.5.1.tar.gz && tar xvf libzip-1.5.1.tar.gz && cd libzip-1.5.1
mkdir build && cd build && cmake .. && make && make install
https://libzip.org/
``
apt 安裝
``
apt install libzip-dev
安裝完成 libzip 之后再去安裝 zip-1.15.1
編譯成功 在執(zhí)行安裝 make && make install
安裝完成 開啟 php.ini擴(kuò)展
最新的 zip
網(wǎng)址:http://amon.org/libzip