ubuntu编译libevent遇到的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu编译libevent遇到的问题相关的知识,希望对你有一定的参考价值。

ubuntu编译libevent遇到的问题

1.首先下载libevent源码

wget https://github.com/libevent/libevent/archive/release-1.4.15-stable.tar.gz

本文下载的是libevent 1.4.15。

2.下载后解压

tar -zxvf release-1.4.15-stable.tar.gz

3.阅读README

4.运行autogen.sh

bash autogen.sh

5.运行遇到 libtoolize: 未找到命令

sudo apt install libtool

6.重新执行autogen.sh

7. 执行./configure

8.make

9.make install

本文出自 “做最好的自己” 博客,请务必保留此出处http://qiaopeng688.blog.51cto.com/3572484/1958510

以上是关于ubuntu编译libevent遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

在 ubuntu 服务器 14.04 上链接的 libevent 问题

libevent的安装与遇到的问题

ubuntu源码编译安装memcached和php-memcache 扩展

在eclipseb编译时链接libevent

在eclipseb编译时链接libevent

编译libevent源代码(Windows)