[Homebrew (brew) FAQs] Homebrew (brew) FAQs
Homebrew (brew) FAQs
The Missing Package Manager for macOS (or Linux)
dyld: Library not loaded: /usr/local/opt/ldns/lib/libldns.3.dylib
This is expected since ldns was upgraded, but --with-ldns is a non-default option for openssh. You’ll need to brew reinstall ldns
or brew reinstall openssh
to make it go away.
1 | ssh |
Error: /usr/local/Cellar/openssh/8.5p1 is not a directory
This may be an incomplete installation of openssh
. You can uninstall it and reinstall openssh
again to resolve this problem.
1 | brew upgrade |
References
[1] The Missing Package Manager for macOS (or Linux) — Homebrew - https://brew.sh/