>pecl install zip
收到以下错误:
checking for the location of zlib... configure: error: zip support requires ZLIB.
Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located
这是什么意思?
答案 0 :(得分:11)
PHP zip功能依赖于ZLIB库,您需要先安装它。
答案 1 :(得分:2)
听起来你的PHP安装没有用zlib支持编译。您可能需要重新配置PHP。来自manual:
默认情况下不启用PHP中的Zlib支持。您需要配置PHP --with-zlib [= DIR]