> -----Ursprüngliche Nachricht----- > Von: William A. Rowe, Jr. > Gesendet: Freitag, 8. Mai 2009 17:42 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r771998 > > Jeff Trawick wrote: > > > > anyway, I think we should address any such ordering > problems by axing > > the export of raw functions > > FWIW I don't disagree, I just don't have time to invest in > it, and it seems > this was added to core/compiled-in-by-force without much discussion. > > Looking at exports.c right now, I suspect this could be stale files in > Rudiger's build, because it is working as-expected.
It doesn't work even if I delete exports.c explicitly and let it be generated freshly. > > Again; make clean; ./buildconf; ./configure; make is I did the same with make extraclean instead of make clean. > required, and this > should clean out any stale generated exports. > > Failing that, try rm include/mod_watchdog.h core/export* and > then rebuild. 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 Regards Rüdiger