Discussion:
[Seeks-users] libevent 2.x support
Emmanuel Benazera
2011-07-01 06:48:50 UTC
Permalink
Hi,

from 0.3.4 onward, libevent-2.x is default for the built-in Web server
plugin.

Support for libevent-1.x for systems on which 2.x is not yet packaged,
can be forced at configure time:

./configure --enable-libevent1

There is _no_ automatic detection of libevent version.

Related redmine entry is here:
http://redmine.seeks-project.info/issues/450

Thanks,

Em.
Emmanuel Benazera
2011-07-12 07:21:37 UTC
Permalink
Hi,

FTR, the error message below is what you get when trying to compile
Seeks with libevent1,

httpserv.cpp: In static member function 'static void seeks_plugins::httpserv::find_bqc(evhttp_request*, void*)':
httpserv.cpp:869:37: error: 'evhttp_request_get_command' was not declared in this scope
httpserv.cpp:896:63: error: 'evhttp_request_get_input_buffer' was not declared in this scope
httpserv.cpp:906:44: error: 'evbuffer_get_length' was not declared in this scope

Em.
Post by Emmanuel Benazera
Hi,
from 0.3.4 onward, libevent-2.x is default for the built-in Web server
plugin.
Support for libevent-1.x for systems on which 2.x is not yet packaged,
./configure --enable-libevent1
There is _no_ automatic detection of libevent version.
http://redmine.seeks-project.info/issues/450
Thanks,
Em.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Seeks-users mailing list
https://lists.sourceforge.net/lists/listinfo/seeks-users
Loading...