gnulife / dphp

在2分钟内极速构建超轻量级docker + php全功能开发测试环境
MIT License
195 stars 48 forks source link

docker-php-ext-configure zip fails #9

Open huiyonghkw opened 7 years ago

huiyonghkw commented 7 years ago
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20151012
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.16 (ok)
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking for zip archive read/writesupport... yes, shared
checking for the location of libz... no
checking pcre install prefix... no
checking libzip... no
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
coudenysj commented 7 years ago

Any news on this? Running in the same problems.