-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on MacOS Sequoia: Library not loaded: /opt/local/lib/libz.1.dylib #386
Comments
This is with the downloaded executable? I'll look into it... the library is supposed to get statically linked so that it will not have to look for libz locally. In the meantime, I'd recommend installing breseq through Conda. |
I downloaded the latest release for MacOS, extracted the archive and exported the location to my PATH. |
I think I've fixed this issue. Can you try downloading and using the new version? |
It works! Thanks for taking the time to fix it. |
Great! It's something I'd been meaning to look into for a while. |
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?
The text was updated successfully, but these errors were encountered: