On Wed, Oct 31, 2001 at 02:02:01PM -0600, Justin C. Darby wrote: > Configure line: ./configure --enable-ssl --enable-so --with-mpm=prefork > --enable-maintainer-mode
Try this: CFLAGS="-Wall -g" CPPFLAGS="-Wall -g" ./configure --yourflags > --with-mpm=prefork because threaded seems to be a mess at the moment, <gratuitous plug> Have you tried the worker MPM? :) </gratuitous plug> Would you mind reposting the trace with the above CFLAGS/CPPFLAGS changes? (the full output is probably unnecessary) -aaron
