【发布时间】:2018-01-03 17:57:15
【问题描述】:
我正在尝试编译比特币库并抛出此错误
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.
我确实通过
安装了 libeventbrew install libevent
我看到 libevent 核心文件位于 /usr/local/lib 中,但它无法正常工作。
如何解决这个问题?
【问题讨论】:
标签: macos configure bitcoin libevent