zoukankan      html  css  js  c++  java
  • error: Cannot find OpenSSL's <evp.h> Mac

    问题

    mac安装php需要openssl

    ./configure –with-openssl

    报错 error: Cannot find OpenSSL’s

    解决

    brew install openssl
    ./configure  --with-openssl=/usr/local/Cellar/openssl/1.0.2l/




    ==

    php52与56共存的。使用下面的
    cd /ext/openssl

    /usr/local/Cellar/php52bysk/bin/phpize



    ./configure --with-php-config=/usr/local/Cellar/php52bysk/bin/php-config  --with-openssl=/usr/local/Cellar/openssl/1.0.2l/
    make
    make install




    让gd库支持freetype.否则拼图生成字体无法用

    ./configure --with-php-config=/usr/local/Cellar/php52bysk/bin/php-config --with-freetype-dir

     
  • 相关阅读:
    jQuery教程
    AJAX请求 $.ajax方法的使用
    smarty block_function
    smarty
    位运算版本的交换两数
    提取字符串中的数字
    vue地址插件多级联动自适应 + github地址
    vue插件
    网页title旁边的小图片
    二十三种设计模式[14]
  • 原文地址:https://www.cnblogs.com/showker/p/9276856.html
Copyright © 2011-2022 走看看