Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 60490 invoked by uid 500); 10 Dec 2001 09:36:16 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 60479 invoked from network); 10 Dec 2001 09:36:16 -0000 Date: Mon, 10 Dec 2001 10:36:56 +0100 From: Jens-Uwe Mager To: dev@httpd.apache.org Subject: DSO modules on AIX 5.1? Message-ID: <20011210103656.A2132@anubis.han.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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? -- Jens-Uwe Mager