[Libevent-users] undefined reference to `bufferevent_get_input'

2011-08-31 Thread lx
* the errors is:* ------- lx@lx-Inspiron-1420:~/c/libevent/demo$ gcc -o test_listener -g -levent test_listener.c /tmp/ccMQJO33.o: In function `echo_read_cb': /home/lx/c/libevent/demo/test_listener.c:16: undefined reference to `bufferevent_get_input' /home/lx/c/libe

Re: [Libevent-users] libevhtp beginnings API

2011-05-15 Thread lx
i'll try to use it. 2011/5/15 Mark Ellzey > I have created a new project called libevhtp, a server-only replacement > for the current libevent http API. The API utilizes a streaming http > parser, which allows me to hook into a lot of places. > > You can treat the API just like you would normal