homebrew 安装 thrift 0.16.0
brew tap homebrew/core --force brew tap-new $USER/local-tap brew extract --version='0.16.0' thrift $USER/local-tap brew install thrift@0.16.0
通过安装 thrift@0.16.0的时候报错
“Error: openssl@1.1 has been disabled because it is not supported upstream! It was disabled on 2024-10-24.”
需要将thfift中依赖的 openssl@1.1 改为 openssl@3 (有两处),通过以下命令修改
brew edit thrift@0.16.0