From owner-freebsd-questions Tue Jan 9 18: 3:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 22D3337B404 for ; Tue, 9 Jan 2001 18:03:14 -0800 (PST) Received: from localhost (matt@localhost) by xena.gsicomp.on.ca (8.9.3/8.9.3) with ESMTP id VAA53449; Tue, 9 Jan 2001 21:02:37 -0500 (EST) (envelope-from matt@xena.gsicomp.on.ca) Date: Tue, 9 Jan 2001 21:02:37 -0500 (EST) From: Matthew Emmerton To: Anthony.Ettinger@mPower.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: configuring apache jserve (gnu make not found) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 9 Jan 2001 Anthony.Ettinger@mPower.com wrote: > I'm getting an error when trying to configure ApacheJServ-1.1.2 > I downloaded the source and these are the parameters I'm using to > configure jserv: First, why not use the version in the ports (/usr/ports/www/apache-jserv)? > ./configure \ > --prefix=/usr/local/jserv \ > > this is the resulting error: > > checking for GNU make... configure: error: > Found: /usr/bin/make You need to specify --prefix=/usr/local in order for configure to find gmake in /usr/local/bin/gmake. -- Matt Emmerton GSI Computer Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message