Received: (qmail 22374 invoked by uid 2012); 23 Apr 1999 17:55:15 -0000 Message-Id: <19990423175515.22372.qmail@hyperreal.org> Date: 23 Apr 1999 17:55:15 -0000 From: Alexander (Leo) Bergolth Reply-To: leo@leo.wu-wien.ac.at To: apbugs@hyperreal.org Subject: wrong regexec is loaded when using DSO X-Send-Pr-Version: 3.2 >Number: 4297 >Category: os-aix >Synopsis: wrong regexec is loaded when using DSO >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: duplicate >Submitter-Id: apache >Arrival-Date: Fri Apr 23 11:00:07 PDT 1999 >Last-Modified: Mon Apr 26 10:44:19 PDT 1999 >Originator: leo@leo.wu-wien.ac.at >Organization: >Release: 1.3.6 >Environment: AIX 4.2, tried with xlc and egcs-1.1.2 >Description: If I configure modules like mod_alias, mod_include, mod_rewrite or mod_setenvif as shared objects, silenty the wrong regexec (that from libc) is used and thus regular expressions don't work. I added some debugging outputs to src/regex/regexec.c and they were only printed when the module was loaded with --disable-shared=mod_alias >How-To-Repeat: I configured with ./configure --enable-module=most --enable-shared=max and ./configure --enable-module=most --enable-shared=max \ --disable-shared=alias --disable-shared=include --disable-shared=rewrite --disable-shared=setenvif >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: coar State-Changed-When: Mon Apr 26 10:44:16 PDT 1999 State-Changed-Why: Duplicate of #4296. Class-Changed-From-To: sw-bug-duplicate Class-Changed-By: coar Class-Changed-When: Mon Apr 26 10:44:16 PDT 1999 Severity-Changed-From-To: serious-non-critical Severity-Changed-By: coar Severity-Changed-When: Mon Apr 26 10:44:16 PDT 1999 >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]