Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 15:39:21 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "John Baldwin" <jhb@FreeBSD.ORG>, <Anthony.Ettinger@mPower.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: configuring apache jserve (gnu make not found)
Message-ID:  <008601c07b45$6b8a9ce0$1200a8c0@gsicomp.on.ca>
References:  <XFMail.010110101244.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008601c07b45$6b8a9ce0$1200a8c0>