Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 66742 invoked from network); 6 Feb 2003 20:26:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 Feb 2003 20:26:44 -0000 Received: (qmail 12718 invoked by uid 97); 6 Feb 2003 20:28:15 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 12711 invoked from network); 6 Feb 2003 20:28:15 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 6 Feb 2003 20:28:15 -0000 Received: (qmail 65152 invoked by uid 500); 6 Feb 2003 20:26:23 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 65137 invoked from network); 6 Feb 2003 20:26:23 -0000 Received: from mail.pmh.com (HELO pmh-mail.fh.pmh.com) (209.119.86.10) by daedalus.apache.org with SMTP; 6 Feb 2003 20:26:23 -0000 Received: by mail.pmh.com with Internet Mail Service (5.5.2653.19) id <1MLK9V06>; Thu, 6 Feb 2003 15:26:35 -0500 Message-ID: <83F0258A9996D311B14200A0C98F173602F22E04@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: jakarta-tomcat-connectors-jk2-2.0.2-src cannot compile Date: Thu, 6 Feb 2003 15:26:29 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Some suggestions: 1 - you should upgrade Apache, not because of JK, but because of the security fixes between .40 and .44 2 - AFAIK, the 2.0.2 connector code will not compile with 2.0.40 but I could be wrong...I do know that the connectors require .43, which implies to me that .40, .41, and .42 will not work. .44 is module compatible with .43. 3 - the easiest way (in my opinion) to build the connectors from source is: ./configure --with-apxs=/your/path/to/apache/bin/apxs make make install 4 - in one of my older HOWTOs, I describe what I had to do to get ant to work: http://www.johnturner.com/howto/apache2-tomcat4110-jk2-howto.html John > -----Original Message----- > From: Hans Deragon [mailto:hans@deragon.biz] > Sent: Thursday, February 06, 2003 3:16 PM > To: tomcat-user@jakarta.apache.org > Subject: jakarta-tomcat-connectors-jk2-2.0.2-src cannot compile > > > Greetings. > > > I would like to build a connector for RH 8.0 between Apache > -2.0.40-11 > and Tomcat 4.1.18. I downloaded the following: > > jakarta-tomcat-connectors-jk2-2.0.2-src.gz.tar > > Now, I do not want to install a fresh Apache. I want to > continue to use > the one provided by Red Hat (saves the hassle of configuring and > installing the software). In build.properties of the connector, what > path should I provide for apr.home property? RedHat' s rpm installs > Apache software and files in many places. Should I point it to the > binary? Or is Apache source code required to compile the connector? > > Anyhow, without setting this property, I fired ant to see what would > happen, but it complained about the following: > > ------------------------------------------------------------ > Buildfile: build.xml > > detect: > [echo] -------- jakarta-tomcat-connectors -------- > > prepare: > > BUILD FAILED > file:/perm/web/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/buil d.xml:105: Warning: Could not find file /perm/web/jakarta-tomcat-connectors-jk2-2.0.2-src/coyote/build/lib/tomcat-co yote.jar to copy. ------------------------------------------------------------ build.properties does not mention anything about coyote. Is there an email with which I can get into contact with the developer? As a newbie, I think that the README.txt file needs to be more extensive. BTW, I fould the following: jakarta-tomcat-4.1.18/server/lib/tomcat-coyote.jar. I have then made a symbolic link to trick ant at finding tomcat-coyote.jar where it expect it to be, and went farther: ------------------------------------------------------------ jkjava: BUILD FAILED file:/perm/web/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build.xml:164: srcdir "/perm/web/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/java" does not exist! ------------------------------------------------------------ Not my lucky day. :) I did not look things up further. I assume that I am doing something wrong from the start. Any help is welcomed. Sincerely, Hans Deragon --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org