Date: Tue, 9 Jan 2001 18:08:54 -0800 From: Anthony.Ettinger@mPower.com To: Matthew Emmerton <matt@gsicomp.on.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: configuring apache jserve (gnu make not found) Message-ID: <OF3DCE291D.B547A735-ON882569D0.000B6DCA@mpower.com>
next in thread | raw e-mail | index | archive | help
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" <br><font size=2 face="Courier New">On Tue, 9 Jan 2001 Anthony.Ettinger@mPower.com wrote:<br> <br> > I'm getting an error when trying to configure ApacheJServ-1.1.2<br> > I downloaded the source and these are the parameters I'm using to <br> > configure jserv:<br> <br> >>First, why not use the version in the ports<br> >>(/usr/ports/www/apache-jserv)?<br> </font> <br><font size=2 face="Courier New">how would I go about using the optional configure parameters?</font> <br><font size=2 face="Courier New"> ie - </font> <br> <br><font size=2><tt>./configure \</tt></font> <br><font size=2><tt> --prefix=/usr/local/jserv \</tt></font> <br><font size=2><tt> --with-apxs=/usr/local/apache/bin/apxs \</tt></font> <br><font size=2><tt> --with-jdk-home=/usr/local/jdk1.1.8 \</tt></font> <br><font size=2><tt> --with-JSDK=/usr/local/share/java/classes/jsdk.jar \</tt></font> <br><font size=2><tt> --disable-debugging</tt></font> <br> <br> <br><font size=2 face="Courier New"><br> > ./configure \<br> > --prefix=/usr/local/jserv \<br> > <br> > this is the resulting error:<br> > <br> > checking for GNU make... configure: error: <br> > Found: /usr/bin/make<br> <br> >>You need to specify --prefix=/usr/local in order for configure to find<br> >>gmake in /usr/local/bin/gmake.<br> </font> <br> <br><font size=2 face="Courier New">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/.</font> <br> <br> <br><font size=2 face="Courier New"><br> --<br> Matt Emmerton<br> GSI Computer Services<br> <br> </font> --=_alternative 000C0119882569D0_=-- 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?OF3DCE291D.B547A735-ON882569D0.000B6DCA>