libevent...配置:错误:未找到,无法继续

libevent...配置:错误:未找到,无法继续

我在尝试从源代码构建时收到以下错误pgBouncer。这发生在配置阶段(操作系统:Ubuntu12.04)。有什么解决办法吗?

checking for library containing gethostbyname... none required
checking for library containing hstrerror... none required 
checking for crypt... yes checking for lstat... yes 
checking for libevent... configure: error: not found, cannot proceed

答案1

它需要在您的操作系统中安装 libevent。使用 apt-get 安装 libevents 或从源代码安装。

谷歌中有很多关于如何安装 libevents 的链接。

相关内容