From owner-freebsd-questions Tue Jan 9 18:10:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mPower.com (unknown [63.236.58.91]) by hub.freebsd.org (Postfix) with ESMTP id 0CECC37B402 for ; Tue, 9 Jan 2001 18:10:24 -0800 (PST) Received: from santorini.mpower.com (santorini.mpower.com. [10.0.0.93]) by mail.mPower.com (8.9.3/8.9.3) with ESMTP id SAA21102; Tue, 9 Jan 2001 18:09:47 -0800 To: Matthew Emmerton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: configuring apache jserve (gnu make not found) X-Mailer: Lotus Notes Release 5.0.2a November 23, 1999 Message-ID: From: Anthony.Ettinger@mPower.com Date: Tue, 9 Jan 2001 18:08:54 -0800 X-MIMETrack: Serialize by Router on santorini.mpower.com/mpower(Release 5.0.5 |September 22, 2000) at 01/09/2001 06:08:53 PM, Serialize complete at 01/09/2001 06:08:53 PM MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 000C0119882569D0_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 000C0119882569D0_= Content-Type: text/plain; charset="us-ascii" 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)? how would I go about using the optional configure parameters? ie - ./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 > ./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. the --prefix attribute is used to specify where you want jserv to be installed, so ommitting the "jserv" portion of it, I assume would install all the files to the directory /usr/local/. -- Matt Emmerton GSI Computer Services --=_alternative 000C0119882569D0_= Content-Type: text/html; charset="us-ascii"
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)?

how would I go about using the optional configure parameters?
 ie -

./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



> ./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.


the --prefix attribute is used to specify where you want jserv to be installed, so ommitting the "jserv" portion of it, I assume would install all the files to the directory /usr/local/.



--
Matt Emmerton
GSI Computer Services

--=_alternative 000C0119882569D0_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message