PHP配置Configure报错:Please reinstall the libzip distribution 发生情景: php执行配置命令configure时,报如下错误: checking for libzip... not foundconfigure: error ...
php . . configure: error: Please reinstall the libzip distribution ...
2019-09-06 09:56 0 1638 推荐指数:
PHP配置Configure报错:Please reinstall the libzip distribution 发生情景: php执行配置命令configure时,报如下错误: checking for libzip... not foundconfigure: error ...
基本上确定是丢失了什么包所致,上网搜索得到需要事先安装的依赖包。 # RetHat CentOS or Fedora 使用下面安装命令 yum instal ...
今天配置一台server的php支持curl的时候, 出现如下报错 checking for cURL in default path... not foundconfigure: error: Please reinstall the libcurl distribution ...
解决办法 brew install curl xcode-select --install ...
编译php出现错误: configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/ 解决方法: # yum install -y ...
我是在CentOS6.5安装php5.5.28这个版本,PHP编译代码如下: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local ...