Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 91460 invoked from network); 3 Sep 2004 12:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Sep 2004 12:43:27 -0000 Received: (qmail 84327 invoked by uid 500); 3 Sep 2004 12:43:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 84275 invoked by uid 500); 3 Sep 2004 12:43:18 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 84261 invoked by uid 99); 3 Sep 2004 12:43:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.170.202 as permitted sender) Received: from [64.233.170.202] (HELO mproxy.gmail.com) (64.233.170.202) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Sep 2004 05:43:17 -0700 Received: by mproxy.gmail.com with SMTP id v30so9298rnb for ; Fri, 03 Sep 2004 05:43:15 -0700 (PDT) Received: by 10.38.1.72 with SMTP id 72mr121231rna; Fri, 03 Sep 2004 05:43:15 -0700 (PDT) Received: by 10.38.206.52 with HTTP; Fri, 3 Sep 2004 05:43:15 -0700 (PDT) Message-ID: Date: Fri, 3 Sep 2004 08:43:15 -0400 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@httpd.apache.org Subject: Re: 2.1.0-rc1 tarballs up for testing In-Reply-To: <20040903003033.GA9274@doctor.nl2k.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <03ee01c490f7$1c57bb50$1500a8c0@Cougar> <4137A44E.2050009@sharp.fm> <20040903003033.GA9274@doctor.nl2k.ab.ca> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 2 Sep 2004 18:30:33 -0600, The Doctor wrote: > /var/www/build/libtool --silent --mode=compile /usr/bin/gcc -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wall -g -O3 -DAP_DEBUG -I. -I/usr/source/httpd-2.1.0-rc1/os/unix -I/usr/source/httpd-2.1.0-rc1/server/mpm/prefork -I/usr/source/httpd-2.1.0-rc1/modules/http -I/usr/source/httpd-2.1.0-rc1/modules/filters -I/usr/source/httpd-2.1.0-rc1/modules/proxy -I/usr/source/httpd-2.1.0-rc1/include -I/usr/source/httpd-2.1.0-rc1/modules/generators -I/usr/source/httpd-2.1.0-rc1/modules/mappers -I/usr/contrib/include/apache -I/usr/source/httpd-2.1.0-rc1/server -I/usr/source/httpd-2.1.0-rc1/modules/proxy/../generators -I/usr/contrib/include -I/usr/source/httpd-2.1.0-rc1/modules/ssl -I/usr/source/httpd-2.1.0-rc1/modules/dav/main -prefer-non-pic -static -c listen.c && touch listen.lo > listen.c: In function `alloc_listener': > listen.c:261: too many arguments to function `apr_socket_create' > *** Error code 1 looks like wrong level of apr is being used; apr 1.0 has that additional parameter to apr_socket_create(); apr 0.9 has 1 less parameter to apr_socket_create()