Hi Yann, there seem to be some loopholes in our ever so flexible server configuration. If I configure the server with some minimal static setup for fuzzing, such as
./configure --prefix=/home/sei/projects/httpd/h2fuzz/gen/apache --enable-nghttp2-staticlib-deps --with-nghttp2=/home/sei/projects/httpd/h2fuzz/gen/apache --with-mpm=event --enable-unixd --disable-pie --enable-mods-static=few --enable-http2 linker exits with: httpd-trunk/server/mpm/event/event.c:2457: undefined reference to `ap_queue_create' .... seems that mpm_fdqueue.o/lo was built, but is not linked. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) Anything I can do to help track this down? -Stefan
