zoukankan      html  css  js  c++  java
  • ubuntu 源码安装php configure error 解决

    1:configure: error: libxml2 not found. Please check your libxml2 installation.

    apt install libxml2-dev

    2:configure: error: Cannot find OpenSSL's <evp.h>

    apt install libssl-dev 

    apt install openssl

    find / -name libssl.so

    ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib

    3:configure: error: jpeglib.h not found.

    apt install libjpeg-dev

    4:configure: error: png.h not found.

    apt install libpng-dev

    5:configure: error: freetype-config not found

    apt install libfreetype6-dev

    6:curl version

    apt install libcurl4-openssl-dev

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

    apt install libmcrypt-dev

    8:No package 'SQLite3' found

    apt-get install libsqlite3-dev

    9:No package 'oniguruma' found

    apt install libonig-dev

  • 相关阅读:
    APIO2018 题解
    【THUWC2017】在美妙的数学王国中畅游(bzoj5020)
    【bzoj3270】博物馆
    【库存】NOI笔试习题集
    装饰器
    异常
    类的详解
    函数
    流程控制
    运算符
  • 原文地址:https://www.cnblogs.com/a-flydog/p/9460310.html
Copyright © 2011-2022 走看看