https://bz.apache.org/bugzilla/show_bug.cgi?id=66731
--- Comment #1 from [email protected] --- I tried building in all the apache modules statically ... ./configure --prefix=/usr/local/apache --enable-http2=static --enable-proxy=static --enable-proxy-http2=static --disable-proxy-ajp --disable-proxy-balancer --disable-proxy-connect --disable-proxy-express --disable-proxy-fcgi --disable-proxy-fdpass --disable-proxy-ftp --disable-proxy-scgi --disable-proxy-uwsgi --disable-proxy-wstunnel --with-included-apr --with-pcre=/usr/local --with-expat=/usr/local --with-nghttp2=/usr/local ... and that seems to have fixed it ... i think it was probably dynamically loading old versions of the dependencies, and that was causing the bug -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
