美文网首页
Mac install PHP 出现 Cannot find O

Mac install PHP 出现 Cannot find O

作者: 过往云技 | 来源:发表于2019-05-27 19:22 被阅读0次

    编译 PHP 源码出现 Cannot find OpenSSL's <evp.h> 错误

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

    解决

    brew install openssl
    ./configure --prefix=/usr/local/php/php73 \
    --with-openssl-dir=/usr/local/Cellar/openssl@1.1/1.1.1b \
    --with-openssl=/usr/local/Cellar/openssl\@1.1/1.1.1b/
    

    相关文章

      网友评论

          本文标题:Mac install PHP 出现 Cannot find O

          本文链接:https://www.haomeiwen.com/subject/dwjktctx.html