On Jul 15, 2022, at 09:10, Hangglider wrote: > > Somehow I managed to kill my system's tar with installing some packages. > No idea where this happened, but I've got continuous "symbol not found" > or the like from dyld with libiconv, so I decided to download, compile > and install latest GNU tar in /opt/local. That's been 100 % successful, > so I'm expecting for less problems for the future.
Did you set the environment variable DYLD_LIBRARY_PATH? If so, don't do that; it can cause problems like that.
