错误一:configure: error: the HTTP XSLT module requires the libxml2/libxslt
yum -y install libxml2 libxml2-dev
yum -y install libxslt-devel
错误二:error: the HTTP image filter module requires the GD library.
yum -y install gd gd-devel
错误三:error: the GeoIP module requires the GeoIP library.
yum install geoip-devel