1、configure: error: xml2-config not found. Please check your libxml2 installation
# yum install libxml2
# yum install libxml2-devel
2、Checking for pkg-config… /usr/bin/pkg-config
configure: error: Cannot find OpenSSL’s <evp.h>
# yum install openssl openssl-devel
3、checking if we should use cURL for url streams... no
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
# yum -y install curl-devel
4、configure: error: jpeglib.h not found.
make: *** No targets specified and no makefile found. Stop.