Tambourine作業メモ

主にスキル習得のためにやった作業のメモ。他人には基本的に無用のものです。

w3mをインストールしたら、opensslがインストールされて・・・あとでみる

ちょっと必要があってw3mをhomebrewでインストールした。 途中でopensslがインストールされてCaveatsがいっぱいでてるけど、 後で読む。そのためにとりあえずここに貼っときます。

> brew install w3m
==> Installing dependencies for w3m: bdw-gc and openssl
==> Installing w3m dependency: bdw-gc
==> Downloading https://homebrew.bintray.com/bottles/bdw-gc-8.0.4.mojave.bottle.
==> Downloading from https://akamai.bintray.com/05/05219d7d030791e3c3e3751b36a60
######################################################################## 100.0%
==> Pouring bdw-gc-8.0.4.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/bdw-gc/8.0.4: 69 files, 1.5MB
==> Installing w3m dependency: openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2s.mojave.bottl
==> Downloading from https://akamai.bintray.com/c4/c4a762d719c2be74ac686f1aafabb
######################################################################## 100.0%
==> Pouring openssl-1.0.2s.mojave.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
  /usr/local/etc/openssl/certs

and run
  /usr/local/opt/openssl/bin/c_rehash

openssl is keg-only, which means it was not symlinked into /usr/local,
because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.

If you need to have openssl first in your PATH run:
  echo 'set -g fish_user_paths "/usr/local/opt/openssl/bin" $fish_user_paths' >> ~/.config/fish/config.fish

For compilers to find openssl you may need to set:
  set -gx LDFLAGS "-L/usr/local/opt/openssl/lib"
  set -gx CPPFLAGS "-I/usr/local/opt/openssl/include"

For pkg-config to find openssl you may need to set:
  set -gx PKG_CONFIG_PATH "/usr/local/opt/openssl/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/openssl/1.0.2s: 1,795 files, 12.0MB
==> Installing w3m
==> Downloading https://homebrew.bintray.com/bottles/w3m-0.5.3_6.mojave.bottle.t
==> Downloading from https://akamai.bintray.com/57/571d0562f50fb42eab8fc7efd03e7
######################################################################## 100.0%
==> Pouring w3m-0.5.3_6.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/w3m/0.5.3_6: 28 files, 1.8MB
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/tambara/Library/Caches/Homebrew/heroku--7.24.3.tar.xz... (6.5MB)
Removing: /usr/local/Cellar/openssl/1.0.2r... (1,795 files, 12.1MB)
Removing: /Users/tambara/Library/Caches/Homebrew/openssl--1.0.2r.mojave.bottle.tar.gz... (3.7MB)
Removing: /Users/tambara/Library/Caches/Homebrew/pandoc--2.7.2.mojave.bottle.tar.gz... (13.4MB)
Removing: /Users/tambara/Library/Caches/Homebrew/pyenv--1.2.11.mojave.bottle.tar.gz... (623.7KB)
Removing: /Users/tambara/Library/Caches/Homebrew/ruby-build--20190423.tar.gz... (60.7KB)
Removing: /Users/tambara/Library/Logs/Homebrew/pyenv... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/pkg-config... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/tree... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/pandoc... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/heroku... (114B)
Removing: /Users/tambara/Library/Logs/Homebrew/rbenv-communal-gems... (115B)
Removing: /Users/tambara/Library/Logs/Homebrew/readline... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/ruby-build... (2 files, 179B)
Removing: /Users/tambara/Library/Logs/Homebrew/nodebrew... (104B)
Removing: /Users/tambara/Library/Logs/Homebrew/heroku-node... (119B)
Removing: /Users/tambara/Library/Logs/Homebrew/autoconf... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/pcre2... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/openssl... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/fish... (64B)
Removing: /Users/tambara/Library/Logs/Homebrew/rbenv... (64B)
Pruned 0 symbolic links and 2 directories from /usr/local
==> Caveats
==> openssl
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
  /usr/local/etc/openssl/certs

and run
  /usr/local/opt/openssl/bin/c_rehash

openssl is keg-only, which means it was not symlinked into /usr/local,
because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.

If you need to have openssl first in your PATH run:
  echo 'set -g fish_user_paths "/usr/local/opt/openssl/bin" $fish_user_paths' >> ~/.config/fish/config.fish

For compilers to find openssl you may need to set:
  set -gx LDFLAGS "-L/usr/local/opt/openssl/lib"
  set -gx CPPFLAGS "-I/usr/local/opt/openssl/include"

For pkg-config to find openssl you may need to set:
  set -gx PKG_CONFIG_PATH "/usr/local/opt/openssl/lib/pkgconfig"