<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      php 編譯常見錯誤

      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

       

      configure: error: Please reinstall the iconv library.

      Fix:
       代碼如下:

      wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz

      tar xvzf libiconv-1.14.tar.gz
      ./configure
      make && make install
       
      configure: error: Don't know how to define struct flock on this system, set --enable-opcache=no
      Fix:
       代碼如下:

      vim /etc/ld.so.conf
      #添加
      /usr/local/lib
      /usr/lib64
      /usr/lib

      ldconfig

      posted @ 2018-08-20 12:00  lpfuture  閱讀(644)  評論(0)    收藏  舉報
      主站蜘蛛池模板: 国产精品一品二区三四区| 久久av色欲av久久蜜桃网| 日日猛噜噜狠狠扒开双腿小说| 国产免费视频一区二区| 午夜免费国产体验区免费的| 亚洲狠狠婷婷综合久久久久图片| 国产无遮挡又黄又大又爽| 亚洲国产精品区一区二区| 国产色婷婷精品综合在线| 国产精品自拍视频免费看| 精品国精品国自产在国产| 亚洲人成网站在线观看播放不卡| 97精品国产91久久久久久久| 国产在线自拍一区二区三区| 4虎四虎永久在线精品免费| 久久99精品久久久久久青青| 最新的精品亚洲一区二区| 五月婷婷中文字幕| 韩国精品一区二区三区在线观看| 国产粉嫩学生高清专区麻豆| 精品国产乱码久久久久夜深人妻| 性一交一乱一伦一| 日本一码二码三码的区分| 99RE8这里有精品热视频| 葫芦岛市| 美女又黄又免费的视频| 久久精品人人槡人妻人人玩| 亚洲日本欧美日韩中文字幕| 国产免费网站看v片元遮挡| 久99久热只有精品国产99| 岛国岛国免费v片在线观看| 精品亚洲国产成人| 加勒比无码人妻东京热| 伊人久久大香线蕉网av| 亚洲码欧洲码一二三四五| 免费无码午夜福利片| 国产999久久高清免费观看| 国产精品一区二区性色av| 国产区成人精品视频| 插入中文字幕在线一区二区三区 | 亚洲成aⅴ人在线观看|