日期:2014-05-16 浏览次数:20817 次
Configure: error: xml2-config not found. Please check your libxml2 installation.#yum install libxml2 libxml2-devel (For Redhat & Fedora)
Checking for pkg-config… /usr/bin/pkg-config configure: error: Cannot find OpenSSL’s <evp.h>#yum install openssl openssl-devel
Configure: error: Please reinstall the BZip2 distribution# yuminstall bzip2 bzip2-devel
Configure: error: libjpeg.(also) not found.# yum install libjpeg libjpeg-devel
Configure: error: libpng.(also) not found.# yum install libpng libpng-devel
Configure: error: freetype.h not found.#yum install freetype-devel
Configure: error: Unable to locate gmp.h# yum install gmp-devel
Configure: error: Cannot find MySQL header files under /usr. Note that the MySQL client library is not bundled anymore!# yum install mysql-devel (For Redhat & Fedora)# apt-get install libmysql++-dev (For Ubuntu)
Configure: error: Please reinstall the ncurses distribution# yum install ncurses ncurses-devel
Checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!# yum install unixODBC-devel
Configure: error: Cannot find pspell# yum install pspell-devel
configure: error: mcrypt.h not found. Please reinstall libmcrypt.# yum install libmcrypt libmcrypt-devel (For Redhat & Fedora)# apt-get install libmcrypt-dev
Configure: error: snmp.h not found. Check your SNMP installation.#yum install net-snmp net-snmp-devel