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 easy.h should be in include curl 其实就是curl的dev包没有安装, 解决方案:终端下 ...
2013-12-26 13:20 0 7320 推荐指数:
apt-get install curl apt-get install libcurl4-gnutls-d ...
编译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 ...
configure: error: mcrypt.h not found. Please reinstall libmcrypt. 方法一: yum install -y epel-releaseyum install -y libmcrypt-devel两个不能一起安装,因为CentOs6 ...