Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 99135 invoked from network); 24 Aug 2004 01:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Aug 2004 01:13:08 -0000 Received: (qmail 71590 invoked by uid 500); 24 Aug 2004 01:13:08 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 71548 invoked by uid 500); 24 Aug 2004 01:13:07 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 71529 invoked by uid 99); 24 Aug 2004 01:13:07 -0000 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=HELO_DYNAMIC_DHCP,HELO_DYNAMIC_HCC,SPF_HELO_FAIL X-Spam-Check-By: apache.org Received: from [64.81.39.196] (HELO dsl081-039-196.lax1.dsl.speakeasy.net) (64.81.39.196) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 23 Aug 2004 18:13:04 -0700 Received: from [10.1.2.171] (nat.ebuilt.com [209.216.46.200]) by dsl081-039-196.lax1.dsl.speakeasy.net (Postfix) with ESMTP id 9E3012DF558 for ; Mon, 23 Aug 2004 18:13:00 -0700 (PDT) Subject: Re: errors building flood --> /bin/sh: line 1: silent: command not found From: Max Cooper To: test-dev@httpd.apache.org In-Reply-To: <9139242C8092F9883F36901F@st-augustin.ics.uci.edu> References: <1093307347.2855.63.camel@localhost> <9139242C8092F9883F36901F@st-augustin.ics.uci.edu> Content-Type: text/plain Message-Id: <1093309976.2855.67.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Mon, 23 Aug 2004 18:12:57 -0700 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Justin, Thanks for the quick response. I updated from CVS and went through the build process again and it builds just fine now. Woo hoo! Thanks, -Max On Mon, 2004-08-23 at 17:41, Justin Erenkrantz wrote: > --On Monday, August 23, 2004 5:29 PM -0700 Max Cooper > wrote: > > > I need a flood binary that I can run on my Linux box, but I am having > > trouble building one. > > > > I followed the build instructions on this web page: > > http://httpd.apache.org/test/flood/building.html > > > > apr and apr-util seem to build okay, but it looks like make is trying to > > run some commands that don't make sense when it tries to build flood. I > > believe the problem is with the build system rather than the flood > > source code. > > The culprits are: > > ./configure: line 1: ./apr/apr-config: No such file or directory > ./configure: line 1: ./apr/apr-config: No such file or directory > ./configure: line 1: ./apr/apr-config: No such file or directory > ./configure: line 1: ./apr/apr-config: No such file or directory > ./configure: line 1: ./apr/apr-config: No such file or directory > ... > ./configure: line 1: ./apr-util/apu-config: No such file or directory > ./configure: line 1: ./apr-util/apu-config: No such file or directory > ./configure: line 1: ./apr-util/apu-config: No such file or directory > > The reason is that HEAD of apr and apr-util doesn't have apr-config and > apu-config any more. (They now create apr-1-config and apu-1-config.) A > quick fix solution is to copy apr/build/find_apr.m4->build/find_apr.m4 and > apr-util/build/find_apu.m4->build/find_apu.m4 and re-run buildconf. That > should work. > > I'm also updating the copy of find_apr.m4 and find_apu.m4 in the flood tree > as well. So, a cvs update in 15-20 minutes should also work. -- justin -- Max Cooper