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

     
  • 相关阅读:
    iOS button总结
    蓝鸥 UI 考试 绝密
    iOS UI 21 消息通知
    iOS UI 21 单例中的线程
    iOS UI 21 线程
    iOS UI 21 动画
    iOS UI 20 音乐播放器
    深入Objective-C的动态特性
    符合iOS系统兼容性需求的方法
    IOS用NSLog做 debug调试
  • 原文地址:https://www.cnblogs.com/showker/p/9276856.html
Copyright © 2011-2022 走看看