wget not working on Sonoma #4819
Replies: 6 comments 2 replies
-
Try |
Beta Was this translation helpful? Give feedback.
-
Warning: libunistring 1.1 is already installed and up-to-date. |
Beta Was this translation helpful? Give feedback.
-
It looks like libidn.2.0.dylib is looking for libunistring.2.dylib, but my libunistring directory, at /usr/local/Cellar/libunistring/1.1/lib/ contains a file called libunistring.5.dylib (thanks for responding to my query, btw) |
Beta Was this translation helpful? Give feedback.
-
Thanks.
(libidn is not installed) and got :
and now wget is working. Thanks. So libidn2 is the culprit. It should have been updated as a dependency when I ran |
Beta Was this translation helpful? Give feedback.
-
Confirming this solution works for me. |
Beta Was this translation helpful? Give feedback.
-
brew install wget works for me |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
When I run wget I get:
dyld[42297]: Library not loaded: /usr/local/opt/libunistring/lib/libunistring.2.dylib
Referenced from: <94F7987D-8C50-34E7-B456-452D70425F9F> /usr/local/Cellar/libidn2/2.3.4/lib/libidn2.0.dylib
Reason: tried: '/usr/local/opt/libunistring/lib/libunistring.2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libunistring/lib/libunistring.2.dylib' (no such file), '/usr/local/opt/libunistring/lib/libunistring.2.dylib' (no such file), '/usr/local/lib/libunistring.2.dylib' (no such file), '/usr/lib/libunistring.2.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/libunistring/1.1/lib/libunistring.2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/libunistring/1.1/lib/libunistring.2.dylib' (no such file), '/usr/local/Cellar/libunistring/1.1/lib/libunistring.2.dylib' (no such file), '/usr/local/lib/libunistring.2.dylib' (no such file), '/usr/lib/libunistring.2.dylib' (no such file, not in dyld cache)
zsh: abort wget
Beta Was this translation helpful? Give feedback.
All reactions