From dev-return-13770-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Feb 07 22:56:37 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 8215 invoked from network); 7 Feb 2005 22:56:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Feb 2005 22:56:37 -0000 Received: (qmail 98629 invoked by uid 500); 7 Feb 2005 22:56:37 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 98343 invoked by uid 500); 7 Feb 2005 22:56:36 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 98330 invoked by uid 99); 7 Feb 2005 22:56:36 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Feb 2005 14:56:34 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j17MuWi1003741 for ; Mon, 7 Feb 2005 17:56:32 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j17MuRO23852 for ; Mon, 7 Feb 2005 17:56:27 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j17MuPu6018060 for ; Mon, 7 Feb 2005 22:56:26 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j17MuPwD018059 for dev@apr.apache.org; Mon, 7 Feb 2005 22:56:25 GMT Date: Mon, 7 Feb 2005 22:56:25 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: PHP and APR v1.0 - strange compile failure: apr_off_t Message-ID: <20050207225625.GA17929@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <4207F039.6070301@sharp.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4207F039.6070301@sharp.fm> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, Feb 08, 2005 at 12:48:25AM +0200, Graham Leggett wrote: > While trying to compile PHP v4.3.2 (RPM as provided by RHEL3) against > APR v1.1 and httpd v2.1.3 (trunk) with apr-config changed to > apr-1-config, I am getting the error below. You need -D_LARGEFILE64_SOURCE to expose off64_t, but 4.3.2 doesn't pick up `apr-config --cppflags` etc, so it's doomed. Some more recent 4.3.x release had the fix. joe