Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 11:01:02 +1030
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Daichi GOTO <daichi@ongs.gr.jp>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Tomcat for BSD (was: RE: Trying to Create a simple Bean)
Message-ID:  <20010316110102.A94906@misty.eyesbeyond.com>
In-Reply-To: <84751600.984699712758.JavaMail.daichi@localhost>; from daichi@ongs.gr.jp on Fri, Mar 16, 2001 at 08:41:52AM %2B0900
References:  <20010310084224.B64357@misty.eyesbeyond.com> <84751600.984699712758.JavaMail.daichi@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 16, 2001 at 08:41:52AM +0900, Daichi GOTO wrote:
> I had made patch to build mod_jk.so for JDK122 and Apache that are installed by ports.
> 
> --- Makefile.freebsd.orig       Wed Dec 13 07:51:55 2000
> +++ Makefile.freebsd    Fri Mar 16 08:30:23 2001
> @@ -1,18 +1,18 @@
>  ## You need to edit this file - configure later :-)
>  
> -APACHE_HOME=/usr/local/apache
> +APACHE_HOME?=/usr/local/apache
>  OS=freebsd
> -APXS=${APACHE_HOME}/bin/apxs
> +APXS=/usr/local/sbin/apxs

Ok, now I see what the port does I can see the need for this change for
the ports system.  Its not needed with a default apache install which is
why I didn't need it :).

>  A13_FLAGS=-I${APACHE_HOME}/include
>  
>  ## I assume this one is set up already
> -# JAVA_HOME=
> +JAVA_HOME?=/usr/local/jdk1.2.2

You shouldn't need this one if you either set JAVA_HOME in your environment
correctly or you set it on the make command line.  However, it doesn't
hurt, especially with a reasonable default like this.

-- 
Greg Lewis                            Email : glewis@eyesbeyond.com
Eyes Beyond                           Mobile: 0419 868 494
Information Technology                Web   : http://www.eyesbeyond.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010316110102.A94906>