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 ...