服務項目:網站建設、仿站、程序開發、APP開發設計、移動網站開發設計、企業網站設計、電子商務網站開發、網站維護、網站推廣、UX/UI 、HTML5、CSS3、JS / Jquery ...
          四川浚浚科技有限公司
          四川浚浚科技有限公司 (開發設計官網)TEL : 15308000360 / QQ : 38585404

          您的位置:首頁 > 技術經驗 > 服務器 > 正文

          PHP編譯安裝時常見錯誤解決辦法
          技術支持服務電話:15308000360 【7x24提供運維服務,解決各類系統/軟硬件疑難技術問題】

          This article is post on https://coderwall.com/p/ggmpfa

          configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution

          代碼如下:

          yum -y install libxslt-devel

          configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.
          代碼如下:

          yum -y install net-snmp-devel

          configure: error: Please reinstall readline - I cannot find readline.h
          代碼如下:

          yum -y install readline-devel

          configure: error: Cannot find pspell
          代碼如下:

          yum -y install aspell-devel

          checking for unixODBC support... configure: error: ODBC header file '/usr/include/sqlext.h' not found!
          代碼如下:

          yum -y install unixODBC-devel

          configure: error: Unable to detect ICU prefix or /usr/bin/icu-config failed. Please verify ICU install prefix and make sure icu-config works.
          代碼如下:

          yum -y install libicu-devel

          configure: error: utf8mime2text() has new signature, but U8TCANONICAL is missing. This should not happen. Check config.log for additional information.
          代碼如下:

          yum -y install libc-client-devel

          configure: error: freetype.h not found.
          代碼如下:

          yum -y install freetype-devel

          configure: error: xpm.h not found.
          代碼如下:

          yum -y install libXpm-devel

          configure: error: png.h not found.
          代碼如下:

          yum -y install libpng-devel

          configure: error: vpx_codec.h not found.
          代碼如下:

          yum -y install libvpx-devel

          configure: error: Cannot find enchant
          代碼如下:

          yum -y install enchant-devel

          configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/
          代碼如下:

          yum -y install libcurl-devel

          LAOGAO added 20140907:

           

          configure: error: mcrypt.h not found. Please reinstall libmcrypt.

          代碼如下:

          wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/libmcrypt-2.5.7.tar.gz
          tar zxf libmcrypt-2.5.7.tar.gz
          cd libmcrypt-2.5.7
          ./configure
          make && make install

          added 20141003:

           

          Cannot find imap

          代碼如下:

          ln -s /usr/lib64/libc-client.so /usr/lib/libc-client.so

          configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing.
          代碼如下:

          yum -y install libc-client-devel

          Cannot find ldap.h
          代碼如下:

          yum -y install openldap
          yum -y install openldap-devel

          configure: error: Cannot find ldap libraries in /usr/lib
          代碼如下:

          cp -frp /usr/lib64/libldap* /usr/lib/

          configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
          代碼如下:

          yum -y install postgresql-devel

          configure: error: Please reinstall the lib curl distribution
          代碼如下:

          yum -y install curl-devel

          configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.
          代碼如下:

          yum -y install net-snmp-devel

          configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
          代碼如下:

          yum -y install libxslt-devel

          checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distribution

           

          Fix:

          代碼如下:

          yum -y install bzip2-devel

          checking for cURL support… yes 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/include/curl/

           

          Fix:

          代碼如下:

          yum -y install curl-devel

          checking for curl_multi_strerror in -lcurl… yes checking for QDBM support… no checking for GDBM support… no checking for NDBM support… no configure: error: DBA: Could not find necessary header file(s).

           

          Fix:

          代碼如下:

          yum -y install db4-devel

          checking for fabsf… yes checking for floorf… yes configure: error: jpeglib.h not found.

           

          Fix:

          代碼如下:

          yum -y install libjpeg-devel

          checking for fabsf… yes checking for floorf… yes checking for jpeg_read_header in -ljpeg… yes configure: error: png.h not found.

           

          Fix:

          代碼如下:

          yum -y install libpng-devel

          checking for png_write_image in -lpng… yes If configure fails try –with-xpm-dir=

           

          configure: error: freetype.h not found.
          Fix:

          代碼如下:

          Reconfigure your PHP with the following option. --with-xpm-dir=/usr

          checking for png_write_image in -lpng… yes configure: error: libXpm.(a|so) not found.

           

          Fix:

          代碼如下:

          yum -y install libXpm-devel

          checking for bind_textdomain_codeset in -lc… yes checking for GNU MP support… yes configure: error: Unable to locate gmp.h

           

          Fix:

          代碼如下:

          yum -y install gmp-devel

          checking for utf8_mime2text signature… new checking for U8T_DECOMPOSE… configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.

           

          Fix:

          代碼如下:

          yum -y install libc-client-devel

          checking for LDAP support… yes, shared checking for LDAP Cyrus SASL support… yes configure: error: Cannot find ldap.h

           

          Fix:

          代碼如下:

          yum -y install openldap-devel

          checking for mysql_set_character_set in -lmysqlclient… yes checking for mysql_stmt_next_result in -lmysqlclient… no checking for Oracle Database OCI8 support… no checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h' not found!

           

          Fix:

          代碼如下:

          yum -y install unixODBC-devel

          checking for PostgreSQL support for PDO… yes, shared checking for pg_config… not found configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path

           

          Fix:

          代碼如下:

          yum -y install postgresql-devel

          checking for sqlite 3 support for PDO… yes, shared checking for PDO includes… (cached) /usr/local/src/php-5.3.7/ext checking for sqlite3 files in default path… not found configure: error: Please reinstall the sqlite3 distribution

           

          Fix:

          代碼如下:

          yum -y install sqlite-devel

          checking for utsname.domainname… yes checking for PSPELL support… yes configure: error: Cannot find pspell

           

          Fix:

          代碼如下:

          yum -y install aspell-devel

          checking whether to enable UCD SNMP hack… yes checking for default_store.h… no

           

          checking for kstat_read in -lkstat… no checking for snmp_parse_oid in -lsnmp… no checking for init_snmp in -lsnmp… no configure: error: SNMP sanity check failed. Please check config.log for more information.

          Fix:

          代碼如下:

          yum -y install net-snmp-devel

          checking whether to enable XMLWriter support… yes, shared checking for xml2-config path… (cached) /usr/bin/xml2-config checking whether libxml build works… (cached) yes checking for XSL support… yes, shared configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution

           

          Fix:

          代碼如下:

          yum -y install libxslt-devel

          configure: error: xml2-config not found. Please check your libxml2 installation.

           

          Fix:

          代碼如下:

          yum -y install libxml2-devel

          checking for PCRE headers location… configure: error: Could not find pcre.h in /usr

           

          Fix:

          代碼如下:

          yum -y install pcre-devel

          configure: error: Cannot find MySQL header files under yes. Note that the MySQL client library is not bundled anymore!

           

          Fix:

          代碼如下:

          yum -y install mysql-devel

          checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h' not found!

           

          Fix:

          代碼如下:

          yum -y install unixODBC-devel

          checking for pg_config… not found configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path

           

          Fix:

          代碼如下:

          yum -y install postgresql-devel

          configure: error: Cannot find pspell

           

          Fix:

          代碼如下:

          yum -y install pspell-devel

          configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.

           

          Fix:

          代碼如下:

          yum -y install net-snmp-devel

          configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution

           

          Fix:

          代碼如下:

          yum -y install libxslt-devel
           

           




          上一篇:PHP安裝--enable-opcache=no 錯誤
          下一篇:centos6.5 6.6 6.7系統編譯安裝mariadb

          相關熱詞搜索:php
          主站蜘蛛池模板: 亚洲无吗在线视频| 国产亚洲视频在线观看网址| 一区二区三区四区无限乱码| 日韩人妻无码一区二区三区| 亚洲国产欧美国产第一区二区三区| 疯狂做受xxxx高潮不断| 四虎国产精品永久在线看| 麻豆国产高清在线播放| 国产精品久久久久一区二区 | 被吃奶跟添下面视频| 国色天香社区在线观看免费播放| youjizz亚洲| 成人狠狠色综合| 久久久久久影院久久久久免费精品国产小说 | 国产在线a免费观看| 国产精品多人P群无码| 99rv精品视频在线播放| 天天操天天射天天操| 一本一本久久a久久精品综合| 成年丰满熟妇午夜免费视频| 久久久久久人妻一区二区三区| 日韩制服丝袜电影| 久久综合第一页| 朝鲜女人大白屁股ASS孕交| 亚洲国产成人精品无码区在线秒播 | 国产福利免费视频| 3571色影院| 国产超碰人人模人人爽人人喊| av免费网址在线观看| 女人18毛片a级毛片| 一区二区三区在线免费看| 性欧美高清come| 两个小姨子完整版| 成人精品一区二区久久| 中文字幕看片在线a免费| 日产乱码卡1卡2卡三卡四在线 | 91精品国产91久久久久| 在线欧美日韩精品一区二区| AV羞羞漫画在线观看| 大炕上各取所需| 99精品欧美一区二区三区|