From owner-freebsd-questions Wed Jan 10 12:39:25 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 F37F637B698; Wed, 10 Jan 2001 12:39:06 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.9.3/8.9.3) with SMTP id PAA55525; Wed, 10 Jan 2001 15:38:32 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <008601c07b45$6b8a9ce0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "John Baldwin" , Cc: References: Subject: Re: configuring apache jserve (gnu make not found) Date: Wed, 10 Jan 2001 15:39:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On 10-Jan-01 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: > > > > ./configure \ > > --prefix=/usr/local/jserv \ > > --with-apxs=/usr/local/apache/bin/apxs \ > > --with-jdk-home=/usr/local/jdk1.1.8 \ > > --with-JSDK=/usr/local/share/java/classes/jsdk.jar \ > > --disable-debugging > > > > > > this is the resulting error: > > > > checking for GNU make... configure: error: > > Found: /usr/bin/make > > GNU make is required and was not found. If GNU make is not installed, > > please install it. www.gnu.org. If GNU make is installed, please adjust > > your PATH to make sure that GNU make is found before any other version > > of make that is installed on your system. rm config.cache and then > > re-run configure again. > > > > > > I found "gmake" here: "/usr/local/bin/gmake" > > and changed my path as recommended, but that didn't work. > > Edit configure and replace 'make' with 'gmake'. :) If the port requires gmake, then "USE_GMAKE=yes" should be added to the port. -- Matt Emmerton GSI Computer Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message