在 ubuntu 中安装 libevent 开发库

Posted

技术标签:

【中文标题】在 ubuntu 中安装 libevent 开发库【英文标题】:installation of libevent development libraries in ubuntu 【发布时间】:2014-03-04 14:47:16 【问题描述】:

我正在使用 ubuntu 10.10 尝试安装 libevent 开发库 libevent1 和 libevent2。我使用了以下命令 -

apt-get install libevent-dev libevent1-dev

But it shows-
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libevent1-dev

然后我用-apt-get install libevent-dev 但它说 libevent-dev 已经是最新版本。那是libevent2吗? 我是根用户。我做错什么了吗? ubuntu 10.10 是否支持 libevent2?非常感谢您的帮助。谢谢

【问题讨论】:

【参考方案1】:

是的,libevent-dev 安装了 libevent2。如果您检查 apt-get 在安装时所说的内容:

apt-get install libevent-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5
The following NEW packages will be installed:
  libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5

注意 libevent 的 2.0.x 版本。

【讨论】:

以上是关于在 ubuntu 中安装 libevent 开发库的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Ubuntu 中安装 libwebsocket 库?

在 C++ Ubuntu 中安装 FTP 客户端(库)

在linux中安装memcache时,安装libevent依赖包是发生错误,是啥原因

在 Ubuntu 14.04.5 中使用 cabal 时,如何在 Haskell 中安装分析库?

Ubuntu中安装编译并测试HTK语音识别库

在我的 Mac 操作系统中安装 libevent 后找不到文件 <event2\event.h>