Hi, I'm having issues running breseq on MacOS, it gives me the following error:
dyld[1574]: Library not loaded: /opt/local/lib/libz.1.dylib
Referenced from: <9257E5F8-E4E9-3F1B-AEAC-F09895F15323> /Users/jopo/bioinformatics/breseq-0.39.0-MacOSX-10.13+-universal/bin/breseq
Reason: tried: '/opt/local/lib/libz.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libz.1.dylib' (no such file), '/opt/local/lib/libz.1.dylib' (no such file)
I can 'fix' this by adding 'export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/lib' to my path, but this gives issues with other programs.
Is there some way to make breseq try /usr/lib, and avoid exporting it to DYLD_LIBRARY_PATH?