玩龙天子 发表于 2018-12-20 10:54:39

编译php扩展xsl

  根据php源码安装xsl扩展,出现
  error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution的错误,只需要


yum install libxslt-devel
  问题解决



页: [1]
查看完整版本: 编译php扩展xsl