archer05 发表于 2017-4-5 08:12:12

编译php报错Please reinstall the libcurl distribution

  让server服务器的php环境支持curl的时候, 在编译时出现如下报错
  configure: error: Please reinstall the libcurl distribution -
  是curl的dev包没有安装, 解决方案:
  
yum -y install curl-devel
页: [1]
查看完整版本: 编译php报错Please reinstall the libcurl distribution