From owner-freebsd-java@FreeBSD.ORG Thu Jun 12 03:16:48 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B1337B401; Thu, 12 Jun 2003 03:16:47 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id B11F643FBD; Thu, 12 Jun 2003 03:16:46 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h5CAH5a6071379; Thu, 12 Jun 2003 12:17:05 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 12 Jun 2003 12:17:05 +0200 From: Palle Girgensohn To: Zhong.Lun@bluewave.com, java@freebsd.org Message-ID: <46910000.1055413025@rambutan.pingpong.net> In-Reply-To: References: X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Ernst de Haan cc: Larry Lansing Subject: Re: port mod_jk, mod_jk2 & apache2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 10:16:48 -0000 Hi Zhong, First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed? Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS. The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :) You will have to extract them from the PRs, or wait until they get comitted. Hope this works for you. Please mail me if you have more questions. /Palle --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@bluewave.com wrote: > Hi, > > Since I knew there is a fix, I tried to install but failed. I download the > ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is > > compiling & installing apache2 OK > > compiling mod_jk: > > # make > ===> Extracting for mod_jk-1.2.3,1 > >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. > ===> Patching for mod_jk-1.2.3,1 > ===> Applying FreeBSD patches for mod_jk-1.2.3,1 > cd > /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/nati > ve; > > aclocal; /usr/local/bin/libtoolize > aclocal: not found > *** Error code 127 > > Stop in /usr/ports/www/mod_jk. > > compiling mod_jk2: > > # make > ===> Building for mod_jk-apache2-1.2.2 > Making all in common > gmake[1]: Entering directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/common' gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/common' Making all in apache-2.0 > gmake[1]: Entering directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool > --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe > -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I > /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe > -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module > -rpath > /usr/local/libexec/apache2 -avoid-version mod_jk.lo > ../common/jk_ajp12_worker.lo ../common/jk_connect.lo > ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo > ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo > ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo > ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo > ../common/jk_ajp14_worker.lo ../common/jk_md5.lo > ../common/jk_ajp_common.lo ../common/jk_context.lo > libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool > object > gmake[1]: *** [mod_jk.la] Error 1 > gmake[1]: Leaving directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/apache-2.0' gmake: *** [all-recursive] Error 1 > *** Error code 2 > > Stop in /usr/ports/www/mod_jk2. > > The FreeBSD version is 4.8. > > I am new to FreeBSD, please help, thanks. > > Regards, > Zhong Lun >