Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 60356 invoked from network); 6 Dec 2004 21:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Dec 2004 21:01:22 -0000 Received: (qmail 60505 invoked by uid 500); 6 Dec 2004 21:01:15 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 60433 invoked by uid 500); 6 Dec 2004 21:01:13 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 60408 invoked by uid 99); 6 Dec 2004 21:01:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 13:01:11 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iB6L18jm014810 for ; Mon, 6 Dec 2004 22:01:08 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iB6L18Km014808; Mon, 6 Dec 2004 22:01:08 +0100 Date: Mon, 6 Dec 2004 22:01:08 +0100 Message-Id: <200412062101.iB6L18Km014808@ajax.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 27550] - pcre symbol issues for apache modules X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=27550 ------- Additional Comments From dilinger@voxel.net 2004-12-06 22:01 ------- Ok, I've created a new patch that should supercede both other patches. This patch checks for regex support via libc, and will use that if found. If the libc doesn't support POSIX.2 regex functions, it will then check for an external pcre; if found, it links against that. If it doesn't find that, it finally falls back to compiling and linking against its own internal pcre library. This patch is also significantly smaller than my other two patches, as it doesn't require any widespread symbol changes. I've tested compilation with and without regex.h and pcre-dev. Testers whose libc specifically lacks regex support are requested (all testers welcome, of course :) I'll follow up w/ fixes as necessary. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org