개발/서버
php compile troubleshooting
스마트플렉스
2014. 12. 8. 07:07
yum install libxml2-delvel
yum install libxml2
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
yum install libcurl
yum install libcurl-devel
GD install
checking whether to enable JIS-mapped Japanese font support in GD… no
If configure fails try —with-vpx-dir=<DIR>
yum install libjpeg
yum install libjpeg-devel
yum install libpng
yum install libpng-devel
yum install gd
yum install gd-devel
configure: error: Please reinstall the iconv library.
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
./configure --prefix=/usr/local/iconv
configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
yum install libxslt
yum install libxslt-devel