phpインストールエラー


configure: error: Please reinstall the BZip2 distribution
解決:yum install bzip2-develconfigure: error: Please reinstall the libcurl distribution – easy.h should be in/include/curl/
解決:yum install curl-develconfigure: error: DBA: Could not find necessary header file(s).
解決:yum install db4-devel configure: error: jpeglib.h not found.
解決:yum install libjpeg-develconfigure: error: png.h not found.
解決:yum install libpng-develconfigure: error: freetype.h not found. 
解決:yum install -y freetype freetype-devel          configure: error: libXpm.(a|so) not found.
解決:yum install libXpm-develconfigure: error: Unable to locate gmp.h
解決:yum install gmp-develconfigure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
解決:yum install libc-client-develconfigure: error: Cannot find ldap.h
解決:yum install openldap-develconfigure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!
解決:yum install unixODBC-develconfigure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
解決:yum install postgresql-develconfigure: error: Please reinstall the sqlite3 distribution
解決:yum install sqlite-develconfigure: error: Cannot find pspell
解決:yum install aspell-devel config.log for more information.
解決:yum install net-snmp-develconfigure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
解決:yum install libxslt-develconfigure: error: xml2-config not found. Please check your libxml2 installation.
解決:yum install libxml2-devel configure: error: Could not find pcre.h in/usr
解決:yum install pcre-develconfigure: error: Cannot find MySQL header files under yes. Note that the MySQL client library is not bundled anymore!
解決:yum install mysql-devel configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!
解決:yum install unixODBC-develconfigure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
解決:yum install postgresql-devel configure: error: Cannot find pspell
解決:yum install pspell-develconfigure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.
解決:yum install net-snmp-develconfigure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
解決:yum install libxslt-devel          configure: error: mcrypt.h not found. Please reinstall libmcrypt.
解決:yum install -y  libmcrypt-devel