说明:Debian8宝塔面板安装运行环境php失败,编译安装和极速安装都失败了。

错误日志

checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.

解决办法

apt-get install curl
apt-get install libcurl4-gnutls-dev

参考:https://www.linuxidc.com/Linux/2018-01/150565.htm

标签: php, install, 宝塔, apt-get, error, curl

添加新评论