解决办法 brew install curl xcode select install ...
2016-05-04 10:44 0 3326 推荐指数:
编译php出现错误: configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/ 解决方法: # yum install -y ...
apt-get install curl apt-get install libcurl4-gnutls-d ...
今天配置一台server的php支持curl的时候, 出现如下报错 checking for cURL in default path... not foundconfigure: error: Please reinstall the libcurl distribution ...
我是在CentOS6.5安装php5.5.28这个版本,PHP编译代码如下: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local ...
configure: error: mcrypt.h not found. Please reinstall libmcrypt. 方法一: yum install -y epel-releaseyum install -y libmcrypt-devel两个不能一起安装,因为CentOs6 ...
php-7.3.4 configure: error: Please reinstall the libzip distribution ...