Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C88D17FA6 for ; Wed, 7 Oct 2015 15:34:14 +0000 (UTC) Received: (qmail 42349 invoked by uid 500); 7 Oct 2015 15:34:11 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 42313 invoked by uid 500); 7 Oct 2015 15:34:10 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 42303 invoked by uid 99); 7 Oct 2015 15:34:10 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 15:34:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 79BBCC0CDC for ; Wed, 7 Oct 2015 15:34:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 0xF5MCP9ZvJh for ; Wed, 7 Oct 2015 15:33:59 +0000 (UTC) Received: from mail.greenbytes.de (mail.greenbytes.de [217.91.35.233]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C1EA6204D9 for ; Wed, 7 Oct 2015 15:33:58 +0000 (UTC) Received: from [192.168.1.42] (unknown [5.10.171.186]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.greenbytes.de (Postfix) with ESMTPSA id 402AB15A01A7; Wed, 7 Oct 2015 17:33:57 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) From: Stefan Eissing In-Reply-To: <359342821.536339.1444231746136.JavaMail.yahoo@mail.yahoo.com> Date: Wed, 7 Oct 2015 17:33:56 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <54C18DEB-707F-41E0-82AD-A8A59F56DE40@eissing.org> References: <359342821.536339.1444231746136.JavaMail.yahoo@mail.yahoo.com> <359342821.536339.1444231746136.JavaMail.yahoo@mail.yahoo.com> To: users@httpd.apache.org, Doyle Jonathan X-Mailer: Apple Mail (2.3094) Subject: Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ? On OS X, you need your own pcre. I did that for my mod_h2 sandbox: = https://github.com/icing/mod_h2 Hope that helps, Stefan > Am 07.10.2015 um 17:29 schrieb Doyle Jonathan = : >=20 > I am trying to install Apache2 locally on my Yosemite Mac.=20 > I successfully installed the latest versions of the prerequisites > (APR 1.5.2, APR-util 1.5.4, PCRE 2.10.10). > It seems that "./configure" runs fine, but "make" yields the following = error > message : >=20 > util_pcre.c:49:10: fatal error: 'pcre.h' file not found > #include "pcre.h" > ^ > 1 error generated. > make[2]: *** [util_pcre.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 >=20 > Looking at my local installation of PCRE, I see pcre2.h files in > my source distribution and my installation directory but no pcre.h > file indeed.=20 >=20 > Any help appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org