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.
显示信息
php-5.3.17/buildconf
php-5.3.17/README.SUBMITTING_PATCH
php-5.3.17/pear/
php-5.3.17/pear/Makefile.frag
php-5.3.17/pear/install-pear-nozlib.phar
php-5.3.17/pear/install-pear.txt
php-5.3.17/pear/fetch.php
php-5.3.17/LICENSE
php-5.3.17/README.input_filter
php is not update
直接用http://www.wdlinux.cn/bbs/thread-1494-1-1.html这里的升级方式,make时提示出错,错误信息如下;
/tmp/php-5.3.17/sapi/cli/php: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
make: *** [ext/phar/phar.php] Error 127