今天配置一台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 ...