Skip to content

Instantly share code, notes, and snippets.

@kazoo0217
Last active January 2, 2016 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazoo0217/8330347 to your computer and use it in GitHub Desktop.
Save kazoo0217/8330347 to your computer and use it in GitHub Desktop.
opensslのmakeでこけてる...
$ brew install wget
==> Installing wget dependency: openssl
==> Downloading http://www.openssl.org/source/openssl-1.0.1f.tar.gz
######################################################################## 100.0%
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1f --openssldir=/usr/local/etc/openssl zlib-dynamic shared darwin-i386-cc
==> make
==> make test
==> make install MANDIR=/usr/local/Cellar/openssl/1.0.1f/share/man MANSUFFIX=ssl
created directory `/usr/local/Cellar/openssl/1.0.1f/lib/engines'
created directory `/usr/local/Cellar/openssl/1.0.1f/lib/pkgconfig'
created directory `/usr/local/Cellar/openssl/1.0.1f/include'
created directory `/usr/local/Cellar/openssl/1.0.1f/include/openssl'
make: *** [install_sw] Error 13
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/utils.rb:276:in `open': Failed to connect to: https://api.github.com/legacy/issues/search/Homebrew/homebrew/open/openssl (GitHub::Error)
certificate verify failed
from /usr/local/Library/Homebrew/utils.rb:281:in `each_issue_matching'
from /usr/local/Library/Homebrew/utils.rb:293:in `issues_for_formula'
from /usr/local/Library/Homebrew/exceptions.rb:178:in `issues'
from /usr/local/Library/Homebrew/exceptions.rb:212:in `dump'
from /usr/local/Library/brew.rb:134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment