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?
Asked
Active
Viewed 1,535 times
1 Answers
1
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.

womble
- 96,255
- 29
- 175
- 230
-
Thanks for the info. Looks like epoll wasn't required, and everything built correctly. – soundly_typed Nov 25 '09 at 05:48