Top "Libevent" questions

libevent is an API for writing event driven systems.

configure: error: C compiler cannot create executables

I've checked a number of similar questions on stackoverflow but haven't found an answer yet. I'm trying to install memcached …

macos memcached osx-lion libevent
installation of libevent development libraries in ubuntu

I am using ubuntu 10.10 trying to install libevent development libraries libevent1 and libevent2. I used the below command- apt-get install …

ubuntu installation ubuntu-10.10 libevent
What's the difference between libev and libevent?

Both 2 libs are designed for async i/o scheduling, and both engages epoll on linux, and kqueue on FreeBSD, etc. …

libevent libev
fatal error: 'openssl/bio.h' file not found

I am trying to install Apache Thrift on my Mac, but am hitting an issue. I followed the installation steps …

openssl thrift libevent
How to install gevent on Windows?

I'm trying to install gevent on Windows. In order to do that, I've downloaded and compiled libevent, then I run …

python pip gevent libevent
Cross Compiling libevent for Android

I'm stuck trying to cross-compile libevent to Android and I'd like to know what I'm doing wrong and get some …

android cross-compiling libevent
Node.js for lua?

I've been playing around with node.js (nodejs) for the past few day and it is fantastic. As far as …

node.js lua libevent
error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file:

I'm using libevent for a program, I compile my program on two computers A and B, on A the execution …

linux compiler-errors shared-libraries libevent
Libev on Windows

Considering libevent vs. libev. Does the libev library have native support of IOCP on Windows?

c++ windows libevent libev
How to use libevent and pthread together in C

The main function is based on libevent, but there is a long run task in the function. So start N …

c libevent