From owner-freebsd-questions Tue Jan 9 17:54:33 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 C1CD537B401 for ; Tue, 9 Jan 2001 17:54:14 -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 RAA20873 for ; Tue, 9 Jan 2001 17:54:14 -0800 To: freebsd-questions@FreeBSD.ORG Subject: 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 17:53:21 -0800 X-MIMETrack: Serialize by Router on santorini.mpower.com/mpower(Release 5.0.5 |September 22, 2000) at 01/09/2001 05:53:20 PM, Serialize complete at 01/09/2001 05:53:20 PM MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 000A948B882569D0_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 000A948B882569D0_= Content-Type: text/plain; charset="us-ascii" 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. Any ideas? If I install GNU make, will that overwrite the FreeBSD version of "make"?? Anthony Ettinger Sr. Web Developer 415-875-8936 anthony.ettinger@mpower.com http://www.401kafe.com http://www.irajunction.com --=_alternative 000A948B882569D0_= Content-Type: text/html; charset="us-ascii"
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.

Any ideas?
If I install GNU make, will that overwrite the FreeBSD version of "make"??


Anthony Ettinger
Sr. Web Developer
415-875-8936
anthony.ettinger@mpower.com
http://www.401kafe.com
http://www.irajunction.com
--=_alternative 000A948B882569D0_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message