我正在尝试编译比特币库,它抛出了此错误
checking for mismatched boost c++11 scoped enums... mismatched
checking for SSL... yes
checking for CRYPTO... yes
checking for EVENT... no
configure: error: libevent not found.
我确实通过以下方式安装了 libevent(英语:libevent(
brew install libevent
我看到 libevent 核心文件在/usr/local/lib 中,但它只是不起作用。
如何解决这个问题?
我尝试使用 brew 安装 pkg-config,然后在配置时可以找到 libevent。
有一个类似问题的链接 - https://github.com/bitcoin/bitcoin/issues/11996