> -----Ursprüngliche Nachricht----- > Von: William A. Rowe, Jr. > Gesendet: Freitag, 8. Mai 2009 18:52 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r771998 > > Plüm, Rüdiger, VF-Group wrote: > > > > I had not, but the same result with it. > > EMISMATCH; you can't enable-static mod_dav_fs using dynamic > mod_dav, and > you can't enable heartbeat/heartmonitor static using dynamic > mod_watchdog. > > What is your ./configure? >
#! /bin/sh # # Created by configure CFLAGS="-Wall -g -O2"; export CFLAGS "./configure" \ "--prefix=/home/pluem/apache/apache_trunk" \ "--enable-mods-shared=all" \ "--with-ldap" \ "--enable-proxy" \ "--enable-proxy-connect" \ "--enable-proxy-ftp" \ "--enable-proxy-http" \ "--enable-proxy-ajp" \ "--enable-proxy-balancer" \ "--enable-ssl" \ "--enable-cache" \ "--enable-disk-cache" \ "--enable-ldap" \ "--enable-authnz-ldap" \ "--enable-file-cache" \ "--enable-dav-lock" \ "--with-mpm=worker" \ "--enable-authn-alias" \ "--enable-pie" \ "--enable-substitute" \ "--enable-case_filter_in" \ "--enable-case_filter" \ "--enable-echo" \ "--enable-bucketeer" \ "--enable-cgi" \ "--with-mysql" \ "--enable-watchdog" \ "CFLAGS=-Wall -g -O2" \ "$@"