Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 7287 invoked from network); 14 Nov 2009 20:29:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 20:29:18 -0000 Received: (qmail 60915 invoked by uid 500); 14 Nov 2009 20:29:16 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 60844 invoked by uid 500); 14 Nov 2009 20:29: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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 60835 invoked by uid 99); 14 Nov 2009 20:29:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 20:29:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [206.190.38.159] (HELO web50912.mail.re2.yahoo.com) (206.190.38.159) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 14 Nov 2009 20:29:07 +0000 Received: (qmail 694 invoked by uid 60001); 14 Nov 2009 20:28:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258230524; bh=65/rJxh/F0DbtL3ZTUn3RU76UelQB5NIF+fgyzBNkhg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=bessDLA6NfxAorhbnb8Lo/8S8qz2hR7rnRa0rOjwIVRqv2GVi7tlsUr9JcqEh6sPgkS6pjWvXhO98sV5I3vEUOm4RR+4nuocNeQsJA31yXnLcM6ZaCUazrwkXuNjQ4Xyo4uagi/SV0w1mPK5A1XMG7ks/DjqanEKx1Y3HPLmxUs= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=qpJlw9GhD2zU7NAgo0a6E0B4Rz3pxsIVMLHhbvnohyy7RLoNjqQZPFisQjha+x7sJubjgaR2nFqFSg7WPkdLd/pVpQYpvcGB/KoENjKrcQPP5+pQKFLb1RkKj3YT1mpZFhOdGp6YzzQQyxXhbBliqevJ0l+rYvcTJoE6K32+kvU=; Message-ID: <318465.99724.qm@web50912.mail.re2.yahoo.com> X-YMail-OSG: Ng_oWTsVM1kMb0SfXAotjjOJlhKD2nF_pVJzupUC.Ryabrac0YNOwmcxPEtmryU1XS2ViIje08CxP8STsNLrlQAfttC_OEltvhKCLPPuxb3lT4T4BdtcZXc3KNWWAaGn2MILvMvXArLpj6_InNMzJyMsQCJdJgtX3oGq_RVaJOMcEqDrcN6FRbrFUAvxxC1UiIIBJgIKkPSMU6d5Qy4K4Vpxk74aAnhO0mguho0dEdwkAtipvgzxpc3yKsUVijJEEsuUTbv.RFNw8nSknMyTtvB8BkQ1p2aSGjvn7Rg9XxqIPV2yarOqF4SFPoPvEZd_ohmOc7qGWoXwfT1fKUr9A_cxsc2dV2AELyZOK7OUmWRZxcCATaPqZrlsmsF3sHLSIdxKhqO3xbSUF9zXfrMjtwlrP33gRl530SbVMO4J5J1C97hHN5w.5.oPWHKIKq2XtUJmWfWYmBLlY3iz5g-- Received: from [69.136.94.204] by web50912.mail.re2.yahoo.com via HTTP; Sat, 14 Nov 2009 12:28:44 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Sat, 14 Nov 2009 12:28:44 -0800 (PST) From: Jeff Barnes Subject: trunk build broken? To: dev@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Here's a synopsis of my experience building from svn. $ svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x httpd-2.2.x ... $ cd httpd-2.2.x $ ./buildconf You don't have a copy of the apr source in srclib/apr. Please get the source using the following instructions, or specify the location of the source with --with-apr=[path to apr] : svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr You don't have a copy of the apr-util source in srclib/apr-util. Please get one the source using the following instructions, or specify the location of the source with --with-apr-util=[path to apr-util]: svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr ... $ svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util svn: URL 'http://svn.apache.org/repos/asf/apr/apr-util/trunk' doesn't exist So I grabbed the latest release instead. $ svn http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x srclib/apr-util ... $ ./buildconf found apr source: srclib/apr found apr-util source: srclib/apr-util ... $ ./configure ... Applying apr-util hints file rules for i686-pc-linux-gnu checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file. configure failed for srclib/apr-util