On Mar 17, 2026, at 20:32, Joshua Root wrote: > >> dyld: Library not loaded: /opt/local/lib/libxml2.2.dylib >> Referenced from: /opt/local/lib/libxar.1.dylib >> Reason: Incompatible library version: libxar.1.dylib requires version >> 16.0.0 or later, but libxml2.2.dylib provides version 10.0.0 >> so xar is broken. > Why is /opt/local/lib/libxml2.2.dylib present at all?
I'm sure it isn't, but /usr/lib/libxml2.2.dylib is. macOS evidently goes looking in standard directories for a matching library when it doesn't find one at the requested path.
