yum doesn't seem to have it, and I can't find it on google. Is epoll part of a larger package/library? Where can I get it?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The epoll "library" is a set of system calls that should be already available in your kernel (it was introduced in kernel 2.5.44). If you are getting a specific error in compilation, you should provide it in your question so more specific assistance can be provided.

link|improve this answer
Thanks for the info. Looks like epoll wasn't required, and everything built correctly. – mindeavor. Nov 25 '09 at 5:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.