Epoll + libevent not working on a 2.6.6 kernel
I tried to compile libevent on a box which I upgraded to a custom built 2.6.6 kernel - libevent's sample programs always tell me "epoll_create" not implemented. Kernel has CONFIG_EPOLL=1and appears to be in System.map etc.
Need it for a patched thttpd.
Anyone with experience with epoll/libevent?