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: Please reinstall the libzip distribution 錯誤含義: 沒有找到libzip請重 ...
2019-03-05 17:43 0 15053 推薦指數:
php-7.3.4 configure: error: Please reinstall the libzip distribution ...
基本上確定是丟失了什么包所致,上網搜索得到需要事先安裝的依賴包。 # RetHat CentOS or Fedora 使用下面安裝命令 yum instal ...
解決辦法 brew install curl xcode-select --install ...
今天配置一台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 ...