Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 58537 invoked from network); 8 May 2009 16:24:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 16:24:46 -0000 Received: (qmail 79748 invoked by uid 500); 8 May 2009 16:24:45 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 79668 invoked by uid 500); 8 May 2009 16:24:44 -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 79659 invoked by uid 99); 8 May 2009 16:24:44 -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:24:44 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.44] (HELO smtpauth22.prod.mesa1.secureserver.net) (64.202.165.44) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 08 May 2009 16:24:36 +0000 Received: (qmail 12544 invoked from network); 8 May 2009 16:24:14 -0000 Received: from unknown (76.252.112.72) by smtpauth22.prod.mesa1.secureserver.net (64.202.165.44) with ESMTP; 08 May 2009 16:24:14 -0000 Message-ID: <4A045CA9.70306@rowe-clan.net> Date: Fri, 08 May 2009 11:24:09 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r771998 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> In-Reply-To: <99EA83DCDE961346AFA9B5EC33FEC08B021FC547@VF-MBX11.internal.vodafone.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Plüm, Rüdiger, VF-Group wrote: > Tried all that it still fails to build: > > modules/cluster/.libs/libmod_heartbeat.a(mod_heartbeat.o)(.text+0x2a5): In function `hb_register_hooks': > /home/pluem/apache/httpd-trunk/modules/cluster/mod_heartbeat.c:153: undefined reference to `ap_hook_watchdog_need' > modules/cluster/.libs/libmod_heartbeat.a(mod_heartbeat.o)(.text+0x2ba):/home/pluem/apache/httpd-trunk/modules/cluster/mod_heartbeat.c:154: undefined reference to `ap_hook_watchdog_init' > modules/cluster/.libs/libmod_heartbeat.a(mod_heartbeat.o)(.text+0x2cf):/home/pluem/apache/httpd-trunk/modules/cluster/mod_heartbeat.c:155: undefined reference to `ap_hook_watchdog_step' > modules/cluster/.libs/libmod_heartbeat.a(mod_heartbeat.o)(.text+0x2e8):/home/pluem/apache/httpd-trunk/modules/cluster/mod_heartbeat.c:156: undefined reference to `ap_hook_watchdog_exit' > modules/cluster/.libs/libmod_heartmonitor.a(mod_heartmonitor.o)(.text+0x956): In function `hm_post_config': > /home/pluem/apache/httpd-trunk/modules/cluster/mod_heartmonitor.c:395: undefined reference to `ap_watchdog_get_instance' > modules/cluster/.libs/libmod_heartmonitor.a(mod_heartmonitor.o)(.text+0x96f):/home/pluem/apache/httpd-trunk/modules/cluster/mod_heartmonitor.c:405: undefined reference to `ap_watchdog_register_callback' > collect2: ld returned 1 exit status > make[1]: *** [httpd] Error 1 Ok; makes perfect sense, you aren't using the default libtool schema, or perhaps you have a --no-undefined hiding somewhere? What's especially strange; you are able to build mod_dav_fs? It consumes exports from mod_dav (modules/dav/main/). What do your modules/dav/fs/modules.mk and modules/cluster/modules.mk look like? What are the values of MOD_DAV_FS_LDADD and MOD_HEARTBEAT_LDADD? Actually, I have a really stupid question; did you --enable-watchdog ???