configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
更新:HHH   时间:2023-1-7



PHP编译安装

./configure的时候出现如下错误:

configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution


解决方法:

yum install libxslt-devel* -y


返回web开发教程...