Hi Micha,

On Thu, May 24, 2018 at 10:29 AM, Micha Lenk <mi...@lenk.info> wrote:
>
> I tried several combinations of --with-mpm=worker and
> --with-mpms-shared=all, but none of them worked (all attempts with "make
> clean"). The most recent attempt used the following ./configure command
> line:
>
> ./configure --prefix=/home/mlenk/Upstream/Apache/target
> --with-apr=/home/mlenk/Upstream/Apache/target
> --with-apr-util=/home/mlenk/Upstream/Apache/target --with-mpm=worker
> --with-mpms-shared=all --enable-mods-static=most --enable-load-all-modules

This should be --enable-mpms-shared=all (not --with-...).

Btw, as Jacob noted, the attached patch seems to work for me (even
without the above option).

Regards,
Yann.
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 1832123)
+++ Makefile.in	(working copy)
@@ -7,9 +7,9 @@ PROGRAM_SOURCES      = modules.c
 PROGRAM_LDADD        = buildmark.o $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(HTTPD_LIBS) $(EXTRA_LIBS) $(AP_LIBS) $(LIBS)
 PROGRAM_PRELINK      = $(COMPILE) -c $(top_srcdir)/server/buildmark.c
 PROGRAM_DEPENDENCIES = \
+  $(MPM_LIB) \
   server/libmain.la \
   $(BUILTIN_LIBS) \
-  $(MPM_LIB) \
   os/$(OS_DIR)/libos.la
 
 sbin_PROGRAMS   = $(PROGRAM_NAME)

Reply via email to