Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 10:12:44 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Anthony.Ettinger@mPower.com
Cc:        freebsd-questions@FreeBSD.org
Subject:   RE: configuring apache jserve (gnu make not found)
Message-ID:  <XFMail.010110101244.jhb@FreeBSD.org>
In-Reply-To: <OF1E97AD1A.A8B79121-ON882569D0.0009E876@mpower.com>

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.
> 
> Any ideas?
> If I install GNU make, will that overwrite the FreeBSD version of "make"??

Edit configure and replace 'make' with 'gmake'. :)

-- 

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


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?XFMail.010110101244.jhb>