您的位置:首页 > 编程语言 > PHP开发

php安装错误

2015-07-14 14:59 796 查看
configure: error: Please reinstall the BZip2 distribution
解决:
yum install bzip2-devel

configure: error: Please reinstall the libcurl distribution – easy.h should be in/include/curl/
[b]解决:[/b]
yum install curl-devel


configure: error: DBA: Could not find necessary header file(s).
[b]解决:[/b]
yum install db4-devel

configure: error: jpeglib.h not found.
[b]解决:[/b]
yum install libjpeg-devel

configure: error: png.h not found.
[b]解决:[/b]
yum install libpng-devel

configure: error: freetype.h not found.
[b]解决:[/b]
yum install -y freetype freetype-devel

configure: error: libXpm.(a|so) not found.
[b]解决:[/b]
yum install libXpm-devel

configure: error: Unable to locate gmp.h
[b]解决:[/b]
yum install gmp-devel

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
[b]解决:[/b]
yum install libc-client-devel

configure: error: Cannot find ldap.h
[b]解决:[/b]
yum install openldap-devel

configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!
[b]解决:[/b]
yum install unixODBC-devel

configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
[b]解决:[/b]
yum install postgresql-devel

configure: error: Please reinstall the sqlite3 distribution
[b]解决:[/b]
yum install sqlite-devel

configure: error: Cannot find pspell
[b]解决:[/b]
yum install aspell-devel

config.log for more information.
[b]解决:[/b]
yum install net-snmp-devel

configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
[b]解决:[/b]
yum install libxslt-devel

configure: error: xml2-config not found. Please check your libxml2 installation.
[b]解决:[/b]
yum install libxml2-devel

configure: error: Could not find pcre.h in /usr
[b]解决:[/b]
yum install pcre-devel

configure: error: Cannot find MySQL header files under yes. Note that the MySQL client library is not bundled anymore!
[b]解决:[/b]
yum install mysql-devel

configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!
[b]解决:[/b]
yum install unixODBC-devel

configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
[b]解决:[/b]
yum install postgresql-devel

configure: error: Cannot find pspell
[b]解决:[/b]
yum install pspell-devel

configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.
[b]解决:[/b]
yum install net-snmp-devel

configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
[b]解决:[/b]
yum install libxslt-devel

configure: error: mcrypt.h not found. Please reinstall libmcrypt.
解决:
yum install -y  libmcrypt-devel
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息