Install homebrew versions of libraries supported by Adagio.
brew uninstall rocksdb
brew unlink snappy
brew install onfocusio/libs/snappy # 1.10.0
brew install onfocusio/libs/rocksdb # 8.1.1
Disclaimer: this can create problems with other brews that need a most recent version of snappy
brew install onfocusio/libs/<formula>
Or brew tap onfocusio/libs
and then brew install <formula>
.
brew help
, man brew
or check Homebrew's documentation.