zoukankan      html  css  js  c++  java
  • linux(centos5.5)下编译php时的一些典型错误及解决办法。

    简介:这是linux(centos5.5)下编译php时的一些典型错误及解决办法。的详细页面,介绍了和php,php, linux, 典型错误 linux(centos5.5)下编译php时的一些典型错误及解决办法。有关的知识、技巧、经验,和一些php源码等。

    class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=355983' scrolling='no'> 转载
    configure: error: xml2-config not found. Please check your libxml2 installation.
    yum install libxml2-devel


    configure: error: Cannot find OpenSSL’s
    yum install openssl-devel


    configure: error: Please reinstall the libcurl distribution -
    easy.h should be in /include/curl/
    yum install curl-devel


    configure: error: libjpeg.(a|so) not found
    yum install libjpeg-devel


    configure: error: libpng.(a|so) not found.
    yum install libpng-devel


    configure: error: libXpm.(a|so) not found.
    yum install libXpm-devel


    configure: error: freetype.h not found.
    yum install freetype-devel


    configure: 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-devel


    configure: error: mcrypt.h not found. Please reinstall libmcrypt.
    yum install libmcrypt-devel


    configure: error: Please reinstall libmhash � I cannot find mhash.h
    yum install mhash-devel


    configure: error: Cannot find MySQL header files under /usr.
    Note that the MySQL client library is not bundled anymore!
    yum install mysql-devel


    configure: error: Please reinstall ming distribution. libming.(a|so) not found
    - temp remove the config for ‘�with-ming=/opt/ming/’

    configure: error: Cannot find pspell
    yum install pspell-devel


    configure: error: cannot find mm library
    Download from http://www.ossp.org/pkg/lib/mm/
    wget ftp://ftp.ossp.org/pkg/lib/mm/mm-1.4.2.tar.gz
    Extract it:  tar -zxvf mm-1.4.2.tar.gz
    ./configure
    make
    make install


    configure: error: Cannot find libtidy
    yum install libtidy-devel
    yum install libtidy
    change path at configure: ‘�with-tidy=/usr’


    configure: error: not found. Please reinstall the expat distribution.
    yum install expat-devel


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


    *Tips: To uninstall, just enter:
    yum remove {package-name}


    Finally the compilation of php end with “Thank you for using PHP.”

    爱J2EE关注Java迈克尔杰克逊视频站JSON在线工具

    http://biancheng.dnbcw.info/php/355983.html pageNo:2
  • 相关阅读:
    WCF+EntityFramework+mysql总结
    实现Win7远程桌面关机和重启
    EF 4.1 一些操作
    Ado.net利用反射执行SQL得到实体
    .net IL 指令速查
    VS2010 /VC/bin/rcdll.dll 无法找到资源编译器
    Win7下 httpRequest带证书请求https网站
    VS2010 自动关闭的问题解决方法
    Android 之 悬浮窗口
    论 Java 中获取一组不重复的随机数之性能问题
  • 原文地址:https://www.cnblogs.com/ooooo/p/2236053.html
Copyright © 2011-2022 走看看