From owner-freebsd-java Tue Apr 16 15:10:44 2002 Delivered-To: freebsd-java@freebsd.org Received: from ns1.presedia.com (ns1.presedia.com [63.209.7.68]) by hub.freebsd.org (Postfix) with ESMTP id 6F1CD37B41A for ; Tue, 16 Apr 2002 15:10:17 -0700 (PDT) Received: from fuzzy (adsl-64-170-114-98.dsl.snfc21.pacbell.net [64.170.114.98]) by ns1.presedia.com (8.11.6/8.11.6) with SMTP id g3GMA9e16915; Tue, 16 Apr 2002 15:10:09 -0700 (PDT) (envelope-from andrew.gerweck@presedia.com) From: "Andrew Gerweck" To: "John Utz" , "zoidberg" Cc: Subject: RE: Test AJP 1.3 connector - Tomcat 4 - Apache 2 Date: Tue, 16 Apr 2002 15:10:22 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apr is the apache portable runtime. Look for the apache2 headers and libraries in /usr/local. I spent a few hours trying to build a connector for Apache 2. Finding the apr libraries helps, but it doesn't do it. :( --Andy Gerweck -----Original Message----- From: owner-freebsd-java@FreeBSD.ORG [mailto:owner-freebsd-java@FreeBSD.ORG]On Behalf Of John Utz Sent: Tuesday, April 16, 2002 3:00 PM To: zoidberg Cc: freebsd-java@FreeBSD.ORG Subject: Re: Test AJP 1.3 connector - Tomcat 4 - Apache 2 i have no idea what the apr headers are, so i cant help you. maybe googling for some of the missing header names might be helpful? On 17 Apr 2002, zoidberg wrote: > On Wed, 2002-04-17 at 00:52, zoidberg wrote: > > > i think that this is actually plain old libtool that somebody scripted to > > > be in a weird place, suggest creating a symlink to the real libtool and > > > see what happens..... > > > > > > > thnx, but... > > > > more errors occured after creating symlink to the libtool file: > > > > /usr/local/build/libtool /usr/bin/gcc -static -g -O2 -D_REENTRANT > > -D_THREAD_SAFE -I/usr/local/include > > -I/tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include -c > > "wa_main.c" > > rm -f .libs/wa_main.lo > > /usr/bin/gcc -g -O2 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include > > -I/tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include -c > > wa_main.c > > -fPIC -DPIC -o .libs/wa_main.lo > > In file included from wa_main.c:59: > > /tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include/wa.h:77: > > apr_general.h: No such file or directory > > /tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include/wa.h:78: > > apr_pools.h: No such file or directory > > /tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include/wa.h:79: > > apr_strings.h: No such file or directory > > /tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include/wa.h:80: > > apr_tables.h: No such file or directory > > /tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include/wa.h:81: > > apr_tables.h: No such file or directory > > /tmp/jakarta-tomcat-connectors-4.0.2-01-src/webapp/include/wa.h > > > > I'm almost giving up hope now. > > > > (by the way, I have many libool files, does it matter whixh one to > > link?) > > .z > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > > Hmm... took a closer look. seems that I don't have APR header files and > that is whats cousing the errors. What shall I do in order to get the > APR headers? > > .z > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message