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