Próbuje skompilować apache 2.4.9 z mpm jako event, ale otrzymuje błąd:
adding "-I$(top_srcdir)/server" to INCLUDES
checking whether APR supports thread-safe pollsets... checking for kqueue... no
checking for port_create... no
checking for epoll_create... yes
yes
checking if event MPM supports this platform... no - APR skiplist is not available
checking if mpmt_os2 MPM supports this platform... no
checking if prefork MPM supports this platform... yes
checking if WinNT MPM supports this platform... no
checking if worker MPM supports this platform... yes
checking whether to enable mod_lbmethod_byrequests... shared
checking whether to enable mod_lbmethod_bytraffic... shared
checking whether to enable mod_lbmethod_bybusyness... shared
checking whether to enable mod_lbmethod_heartbeat... shared
checking which MPM to use by default... event
configure: error: MPM event is not supported on this platform
przeszukałem google, sprawdziłem w dokumentacji i nic nie ma na temat, że mpm event nie jest wspierany przez Debiana(?). Wymagania w dokumentacji to kernel 2.6+, glibc epoll i te wymagania mój serwer wspiera - Kernel:
Linux sakura 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux
Glibc:
strings /lib/x86_64-linux-gnu/libc.so.6 | grep epoll
epoll_create
epoll_wait
epoll_pwait
epoll_ctl
epoll_create1
Więc w czym problem? Jakaś wskazówka?
Z góry dzięki za jakąkolwiek wskazówkę