-
Notifications
You must be signed in to change notification settings - Fork 61
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
choctaw hog fails to run on macOS 12.1 due to incorrect path for libssl.1.1.dylib #41
Comments
I see your environment says ARM, I believe this darwin build is only for x86. I recently traded my intel mac for an M1 mac (since I don't own a mac personally). I think what I really need to do is get some sort of universal build solution in place. Until then you will need to use Rust to compile the program manually. |
It's definitely an ARM build using qemu-system-aarch64 (universal). You can install an x86 (emulated) build optionally, but that's not the default.
|
I am facing the same problem with sane settings as above user |
Until this is handed off to the security automation team, and/or we have a better CI/CD system like Github actions, I'm going to abandon the pre-built binaries. I just don't have the time to manage 5+ build environments, and New Relic took my x86 mac laptop back so I no longer have access to that. I'll keep this open in the hopes that we can pick pre-built binaries back up next year. |
Description
choctaw hog fails to run on macOS 12.1 due to an incorrect / missing path for libssl.1.1.dylib
Steps to Reproduce
The correct path for
libssl.1.1.dylib
assuming you have it installed from homebrew is:Expected Behaviour
For the application to either find the existing library from /opt/homebrew/Cellar/openssl@//lib/libssl..dylib or for the library to be provided with the download.
Your Environment
The text was updated successfully, but these errors were encountered: