-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Unable to run Cleos after eosio install via brew on Catalina #8235
Comments
same issue |
same isuue |
+1 |
1 similar comment
+1 |
This is ultimately due to homebrew removing openssl 1.0. We'll have a quick fix to rebuild our binaries with openssl 1.1; long term we need to investigate static linking openssl again. |
@spoonincode Please help me to fix this. |
macOS Majave. |
Homebrew changed its version of Openssl to 1.1 days ago (Homebrew/homebrew-core@0349a7c and Homebrew/homebrew-core@b4b9c1c).
|
@hoang-dao your solution is working for mongodb but it will put issue for another package like postgres or telepresence. |
This is fixed in 1.8.7's build scripts as it explicitly seeks out version 1.1 |
When I try this, I get: Invalid usage: Installation of openssl from a GitHub commit URL is unsupported! |
I followed https://stackoverflow.com/a/59340180/3166719 successfully |
Trying to install eosio and use Cleos on Catalina is giving the following error:
OS: Catalina
Fresh install of brew
brew tap eosio/eosio
brew install eosio
then when running Cleos
There is a dylib at that location, but the version is different.
what I see is /usr/local/opt/openssl/lib/libssl.1.1.1.dylib
Tried
brew update && brew upgrade
brew install openssl
brew remove openssl
brew install openssl
Any ideas?
The text was updated successfully, but these errors were encountered: