Skip to content

Instantly share code, notes, and snippets.

@ninjarobot
Created May 25, 2018 10:55
Show Gist options
  • Save ninjarobot/8ec11b4292be6b66974c39fbd6eb0467 to your computer and use it in GitHub Desktop.
Save ninjarobot/8ec11b4292be6b66974c39fbd6eb0467 to your computer and use it in GitHub Desktop.
Installing nsd on macOS with brew
$ brew install nsd
==> Installing dependencies for nsd: openssl, libevent
==> Installing nsd dependency: openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2o_1.high_sierr
######################################################################## 100.0%
==> Pouring openssl-1.0.2o_1.high_sierra.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
This formula 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 this software first in your PATH run:
echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
For compilers to find this software you may need to set:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
==> Summary
🍺 /usr/local/Cellar/openssl/1.0.2o_1: 1,791 files, 12.3MB
==> Installing nsd dependency: libevent
==> Downloading https://homebrew.bintray.com/bottles/libevent-2.1.8.high_sierra.
######################################################################## 100.0%
==> Pouring libevent-2.1.8.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libevent/2.1.8: 847 files, 2.2MB
==> Installing nsd
==> Downloading https://homebrew.bintray.com/bottles/nsd-4.1.21.high_sierra.bott
######################################################################## 100.0%
==> Pouring nsd-4.1.21.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/nsd/4.1.21: 14 files, 730.5KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment