Thanks for reporting this! https://github.com/kr/beanstalkd/issues/92
On Mon, Jan 30, 2012 at 1:17 AM, Thomas Parrott <thomas.parrott%[email protected]> wrote: > There is a problem compiling beanstalkd 1.5 on centos 5.7. CentOS > seems to be missing EPOLLRDHUP feature. Wow, what kernel does Centos 5.7 use? According to man epoll_ctl, EPOLLRDHUP was introduced in kernel 2.6.17, which was released over five years ago. I think that's old enough to be called "ancient". Maybe I can find a workaround and avoid using that flag entirely. Patches are welcome! > Can we optionally use libevent, as that worked fine? Sorry, libevent is not an option any more. Beanstalkd as a whole is actually much simpler now without it. We got better portability from libevent combined with autotools, but in the end that wasn't worth the hassle. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
