This is telling you that you're using a broken version of wget. I don't know where you got your copy from. But, on my system, I've got wget under /usr/local/bin and I got it from homebrew (brew.sh), using:
brew install wget That said, looking at pacman.ijs, it will use curl if you removed wget. FYI, -- Raul On Thu, Feb 6, 2020 at 12:15 PM Brian Schott <[email protected]> wrote: > > Because my Mac cannot use jqt I am attempting to use jconsole for some of > the newer features. However, I am running into problems updating Package > Manager using an example at https://code.jsoftware.com/wiki/Addons/math/mt > . Is there a better method or an update I did not use? > > > load 'pacman' > dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib > Referenced from: /usr/local/bin/wget > Reason: image not found > sh: line 1: 32436 Trace/BPT trap: 5 wget --help > /tmp/tmp.B7704Y > 'install' jpkg 'math/calculus' > dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib > Referenced from: /usr/local/bin/wget > Reason: image not found > sh: line 1: 32449 Trace/BPT trap: 5 wget -O > "/users/brian/j901-user/temp/revision.txt" -o > "/users/brian/j901-user/temp/httpget.log" -t 2 > http://www.jsoftware.com/jal/j901/revision.txt > Connection failed: Unexpected error > Connection failed: > > Unexpected error > > JVERSION > > Engine: j901/j64avx/darwin > > Release-c: commercial/2020-01-11T12:22:31 > > Library: 9.01.20 > > Platform: Darwin 64 > > Installer: J901 install > > InstallPath: /users/brian/j901 > > Contact: www.jsoftware.com > > > Thanks, > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
