vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.
Apache License 2.0
196 stars 74 forks source link

openssl issue with 1.0.1 (but not with 1.0.0) on macOS #128

Closed mickaphd closed 5 years ago

mickaphd commented 5 years ago

I used the binaries for the v.1.0.0 from the beginning. Works perfectly. But impossible to use the new version 1.0.1. as I have this message: dyld: Library not loaded: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib Referenced from: /Users/me/Desktop/wallet713 Reason: image not found Abort trap: 6 I don't get it because I installed (and re-installed) with Brew openssl and the v.1.0.0 works perfectly. Thanks for the help

ravidio commented 5 years ago

Hi @mickaphd, could you try the following:

brew install openssl@1.1

You may need to restart the terminal once done, but that should install the required dependency.

mickaphd commented 5 years ago

Thanks much @ravidio it works perfectly. Feel stupid... but I didn't suspected that as I updated openssl with Brew but maybe not the 1.1. Whatever, thank you!