From owner-freebsd-java Tue Apr 16 14:55:13 2002 Delivered-To: freebsd-java@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id D102C37B417 for ; Tue, 16 Apr 2002 14:55:08 -0700 (PDT) Received: from d1o988.telia.com (d1o988.telia.com [213.66.132.241]) by mailg.telia.com (8.11.6/8.11.6) with ESMTP id g3GLt7s23109; Tue, 16 Apr 2002 23:55:07 +0200 (CEST) Received: from [192.168.0.101] (h84n2fls31o988.telia.com [213.67.224.84]) by d1o988.telia.com (8.10.2/8.10.1) with ESMTP id g3GLt5o04637; Tue, 16 Apr 2002 23:55:05 +0200 (CEST) Subject: Re: Test AJP 1.3 connector - Tomcat 4 - Apache 2 From: zoidberg To: zoidberg Cc: John Utz , freebsd-java@FreeBSD.ORG In-Reply-To: <1018993947.378.33.camel@BSD-buddha.my.router> References: <1018993947.378.33.camel@BSD-buddha.my.router> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 17 Apr 2002 00:55:07 +0300 Message-Id: <1018994107.378.36.camel@BSD-buddha.my.router> Mime-Version: 1.0 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 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