美文网首页
Mo SSL, Mo Problems

Mo SSL, Mo Problems

作者: 瑟瑟发抖的小电视 | 来源:发表于2015-11-09 17:22 被阅读51次

Mo SSL, Mo Problems

mac重装后,更新到10.11.安装python3的时候,发现一直在报错,于是乎就通过google搜索了下,完美解决问题。

下文引用来源:点此地址

Problem

$ brew install openssl
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.1e.tar.gz
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1e --openssldir=/usr/local/etc/openssl zlib-dynamic shared darwin64-x86_64-cc
==> make
==> make test
==> make install MANDIR=/usr/local/Cellar/openssl/1.0.1e/share/man MANSUFFIX=ssl
created directory `/usr/local/Cellar/openssl/1.0.1e/lib/engines'
created directory `/usr/local/Cellar/openssl/1.0.1e/lib/pkgconfig'
created directory `/usr/local/Cellar/openssl/1.0.1e/include'
created directory `/usr/local/Cellar/openssl/1.0.1e/include/openssl'
make: *** [install_sw] Error 13

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting

These open issues may also help:
    https://github.com/mxcl/homebrew/pull/17865

Smell What the Logs are Cooking?

$ vi /Users/Devinb/Library/Logs/Homebrew/openssl

Turns out [install_sw] Error 13 was the result of not having write privileges to /usr/local/etc/openssl/.

Get Chown'd

$ sudo chown -R <username>:<group> /usr/local/etc/openssl/

Result Happens

$ brew install openssl
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.1e.tar.gz
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1e --openssldir=/usr/local/etc/openssl zlib-dynamic shared darwin64-x86_64-cc
==> make
==> make test
==> make install MANDIR=/usr/local/Cellar/openssl/1.0.1e/share/man MANSUFFIX=ssl
==> Caveats
To install updated CA certs from Mozilla.org:

    brew install curl-ca-bundle

This formula is keg-only: so it was not symlinked into /usr/local.

Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

The OpenSSL provided by OS X is too old for some software.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/openssl/lib
    CPPFLAGS: -I/usr/local/opt/openssl/include

==> Summary
🍺  /usr/local/Cellar/openssl/1.0.1e: 429 files, 15M, built in 2.9 minutes

相关文章

  • Mo SSL, Mo Problems

    Mo SSL, Mo Problems mac重装后,更新到10.11.安装python3的时候,发现一直在报错,...

  • 2018-03-20

    mo mo

  • mo'mo

    哦哦生日礼物

  • mo

    我耳边的聒噪 是别人的兴趣 我习以为常的沉默 是他们眼中的不合群 为了生活 必须打起精神 去迎合每个人 偶尔放松下...

  • mo

    走出大楼 撑起伞 走过一地黄色的花瓣 和一群疲惫的人 你知道生活不易 我知道 我面无表情

  • A Mo

    A Mo By Cheng Lie It's bucketing down, it's the very show...

  • MO~

    摸(摸索) 摸索着,牙牙学语理解大人们的言语; 摸索着,蹒跚学步奔向大人们的世界; 摸索着,摸索着长大。 磨(磨练...

  • “mo”

    有的字,一个就可以拨动心弦;有个人,一想起来就泪流满面。2017年读李立欣老师的《进门唤一声“mo”方知在世...

  • 3Cr2Mo!3Cr2Mo!3Cr2Mo磨具钢

    3Cr2Mo!3Cr2Mo!3Cr2Mo磨具钢 一、3Cr2Mo磨具钢的简介: 3Cr2Mo在中国广泛应用,出厂硬...

  • 普庵咒(拼音版)

    1)na mo fo tuo ye 南无佛陀耶 2)na mo da mo ye 南无达摩耶 3)na m...

网友评论

      本文标题:Mo SSL, Mo Problems

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