From dev-return-64416-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Fri May 08 16:58:56 2009 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 66086 invoked from network); 8 May 2009 16:58:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 16:58:56 -0000 Received: (qmail 40135 invoked by uid 500); 8 May 2009 16:58:55 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 40058 invoked by uid 500); 8 May 2009 16:58:55 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 40049 invoked by uid 99); 8 May 2009 16:58:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 16:58:55 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.232.246.85] (HELO mo2.vodafone.com) (195.232.246.85) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 16:58:44 +0000 Received: from mi3.vodafone.com (mi3.vodafone.com [195.232.246.140]) by mo2.vodafone.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id n48GwMrq028157 for ; Fri, 8 May 2009 18:58:22 +0200 Received: from avoexs01.internal.vodafone.com ([145.230.4.134]) by mi3.vodafone.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id n48GwELc008481 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 8 May 2009 18:58:22 +0200 Received: from VF-MBX11.internal.vodafone.com ([145.230.5.20]) by avoexs01.internal.vodafone.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 8 May 2009 18:57:26 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: svn commit: r771998 Date: Fri, 8 May 2009 18:57:26 +0200 Message-ID: <99EA83DCDE961346AFA9B5EC33FEC08B021FC55C@VF-MBX11.internal.vodafone.com> In-Reply-To: <4A046322.2000201@rowe-clan.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: svn commit: r771998 Thread-Index: AcnP/WSrzxNE4s7vQMShblwdcOdERgAAJKHA References: <20090505171549.D27AF23888EB@eris.apache.org> <4A008EBD.4010102@apache.org> <580E0035-A7EC-497F-993A-32C68B0485E1@apache.org> <99EA83DCDE961346AFA9B5EC33FEC08B021FBE5E@VF-MBX11.internal.vodafone.com> <4A01EB13.8080807@rowe-clan.net> <20090507131422.GA9305@redhat.com> <4A0306EA.2070906@rowe-clan.net> <4A03C9C0.9040606@rowe-clan.net> <99EA83DCDE961346AFA9B5EC33FEC08B021FC425@VF-MBX11.internal.vodafone.com> <4A0452AE.8000003@rowe-clan.net> <99EA83DCDE961346AFA9B5EC33FEC08B021FC547@VF-MBX11.internal.vodafone.com> <4A045CA9.70306@rowe-clan.net> <99EA83DCDE961346AFA9B5EC33FEC08B021FC557@VF-MBX11.internal.vodafone.com> <4A046322.2000201@rowe-clan.net> From: =?iso-8859-1?Q?=22Pl=FCm=2C_R=FCdiger=2C_VF-Group=22?= To: X-OriginalArrivalTime: 08 May 2009 16:57:26.0937 (UTC) FILETIME=[10ECD890:01C9CFFE] X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Urspr=FCngliche Nachricht----- > Von: William A. Rowe, Jr. =20 > Gesendet: Freitag, 8. Mai 2009 18:52 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r771998 >=20 > Pl=FCm, R=FCdiger, VF-Group wrote: > >=20 > > I had not, but the same result with it. >=20 > EMISMATCH; you can't enable-static mod_dav_fs using dynamic=20 > mod_dav, and > you can't enable heartbeat/heartmonitor static using dynamic=20 > mod_watchdog. >=20 > What is your ./configure? >=20 #! /bin/sh # # Created by configure CFLAGS=3D"-Wall -g -O2"; export CFLAGS "./configure" \ "--prefix=3D/home/pluem/apache/apache_trunk" \ "--enable-mods-shared=3Dall" \ "--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=3Dworker" \ "--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=3D-Wall -g -O2" \ "$@"