This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Library not loaded: /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib #6
Comments
I'm not running Monterey myself but I did a little looking around and it seems like even in the past some symlinking might have been helpful for libcrypto. https://mithun.co/hacks/library-not-loaded-libcrypto-1-0-0-dylib-issue-in-mac/ Maybe try that but for |
I can’t even find that folder to copy files from!
In Terminal I see:
***@***.*** is keg-only, which means it was not symlinked into /opt/homebrew,
because macOS provides LibreSSL.
Does this mean anything to you? Sorry that I’m not more clued up here…
… On 28 Oct 2021, at 17:13, Gabe Kangas ***@***.***> wrote:
I'm not running Monterey myself but I did a little looking around and it seems like even in the past some symlinking might have been helpful for libcrypto. https://mithun.co/hacks/library-not-loaded-libcrypto-1-0-0-dylib-issue-in-mac/ <https://mithun.co/hacks/library-not-loaded-libcrypto-1-0-0-dylib-issue-in-mac/>
Maybe try that but for libcrypto.1.1.dylib instead.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGJN6BG3ZYACHAZCD6ARTDUJFZA3ANCNFSM5G5A662Q>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Unfortunately it doesn't :\ Maybe this? scipr-lab/libsnark#99 |
Nope - still not working. I can’t even find a libcrypto.* file anywhere on my machine! :(
Such a shame. This tool was awesome when it worked!
… On 28 Oct 2021, at 18:24, Gabe Kangas ***@***.***> wrote:
Unfortunately it doesn't :\ Maybe this? scipr-lab/libsnark#99 <scipr-lab/libsnark#99>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGJN6GIVND43T3DGL4REMTUJGBNZANCNFSM5G5A662Q>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Damn, I'm in the same boat. This looked so promising. :-( |
Take a look at Now Playing instead https://www.nowplaying2.com/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This was working perfectly and I loved it, and I moved to a new machine running Monterey.
I now get this output:
dyld[60052]: Library not loaded: /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib
Referenced from: /Applications/supbox/supbox
Reason: tried: '/usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib' (no such file), '/usr/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/lib/libcrypto.1.1.dylib' (no such file)
zsh: abort ./supbox
I tried reinstalled openssl via brew, but that doesn't seem to give me libcrypto. Sorry if this is a basic question - how do I get this running again?
The text was updated successfully, but these errors were encountered: