jasonhargrove
jasonhargrove

Reputation: 61

Solana Test Validator -- dyld: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib

Platform

MacOS Catalina 10.15.7

Problem

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

Solution

Resolved with Homebrew

brew install [email protected]

Upvotes: 2

Views: 524

Answers (1)

jasonhargrove
jasonhargrove

Reputation: 61

Resolved with Homebrew

brew install [email protected]

Upvotes: 2

Related Questions