On Mon, Dec 10, 2001 at 10:36:56AM +0100, Jens-Uwe Mager wrote: > I am attempting to get DSO's to work on AIX 5.1. I am using the > following config (cvs from today): > > CC="xlc_r -qnogenpcomp -qnousepcomp" \ > configure \ > --prefix=/data/jum/apache \ > --enable-so \ > --enable-modules=most \ > --enable-mods-shared=most \ > --with-mpm=worker > > Upon startup I get the following segfault: > > Segmentation fault in glink.apr_array_make at 0xd2156270 ($t1) > 0xd2156270 (apr_array_make+0x8) 800c0000 lwz r0,0x0(r12) > (dbx) where > glink.apr_array_make() at 0xd2156270 > apr_hook_sort_register(0x10042d48, 0x200058f8), line 223 in "apr_hooks.c" > ap_hook_post_config(0x20001908, 0x0, 0x0, 0xfffffff6), line 124 in "config.c" > core.register_hooks(0x20213678), line 3433 in "core.c" > ap_register_hooks(0x20000ad0, 0x20213678), line 387 in "config.c" > ap_add_module(0x20000ad0, 0x20213678), line 449 in "config.c" > ap_setup_prelinked_modules(0x202116d0), line 578 in "config.c" > main(argc = 1, argv = 0x2ff2276c), line 324 in "main.c" > > Does anybody have any clue what might be wrong?
In addition to what Jeff said, make sure you remove and rebuild the httpd.exp, apr.exp, and aprutil.exp files -- the dependencies don't work perfectly right now and using stale versions got me SEGVs recently. -aaron
