Reputation: 61
MacOS Catalina 10.15.7
Running solana-test-validator
throws an error regarding openssl.
$ solana-test-validator
>> dyld: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
>> Reason: image not found
Resolved with Homebrew
brew install [email protected]
Upvotes: 2
Views: 524