>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
这是什么意思?
解决方法
PHP zip功能依赖于ZLIB库,您需要先安装它.
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 这是什么意
>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
这是什么意思?
PHP zip功能依赖于ZLIB库,您需要先安装它.