问题描述:
今天编译php-5.2.5的时候遭遇xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution这个问题,没安装libxslt libxslt-devel软件包
解决方法:
yum -y install libxslt libxslt-devel
今天编译php-5.2.5的时候遭遇xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution这个问题,没安装libxslt libxslt-devel软件包
yum -y install libxslt libxslt-devel