From tomcat-user-return-71552-qmlist-jakarta-archive-tomcat-user=nagoya.apache.org@jakarta.apache.org Tue Jul 15 22:07:51 2003 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 23132 invoked from network); 15 Jul 2003 22:07:50 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jul 2003 22:07:50 -0000 Received: (qmail 19624 invoked by uid 97); 15 Jul 2003 22:10:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 19617 invoked from network); 15 Jul 2003 22:10:24 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 15 Jul 2003 22:10:24 -0000 Received: (qmail 21745 invoked by uid 500); 15 Jul 2003 22:07:39 -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 21718 invoked from network); 15 Jul 2003 22:07:38 -0000 Received: from smtp01.web.de (HELO smtp.web.de) (217.72.192.180) by daedalus.apache.org with SMTP; 15 Jul 2003 22:07:38 -0000 Received: from port-212-202-77-1.reverse.qsc.de ([212.202.77.1] helo=sgc.web.de) by smtp.web.de with asmtp (WEB.DE 4.98 #244) id 19cXxY-000447-00 for tomcat-user@jakarta.apache.org; Wed, 16 Jul 2003 00:07:45 +0200 Message-Id: <5.2.1.1.0.20030715235843.00ce1dc8@imap.web.de> X-Sender: Simon.Pabst@imap.web.de X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 16 Jul 2003 00:07:48 +0200 To: "Tomcat Users List" From: Simon Pabst Subject: Re: Tomcat/Apache and mod_jk2 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: Simon.Pabst@web.de X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mod_jk2 needs Apache APR libraries to work. These aren't included with Apache 1.x, only Apache 2.x - The easier thing to build mod_jk2 is to do it with Apache 2, - However you could also download and build the Apache APR libraries (http://www.apache.org/dist/apr/) and then build mod_jk2 with them for Apache 1.x. If you don't have any really strong reason for staying on Apache 1.x best thing is propably to go for Apache 2, unless you're desperately looking for trouble ;-) *me points at* http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.html At 17:21 15.07.2003 -0400, you wrote: >I'm trying to install the mod_jk2 connector under Apache 1.3.27 and Tomcat >4.1.18. When I place the mod_jk2.so in apache/modules and run the apachectl >configtest I get the error message: > >Syntax error on line 224 of /coi/home/apache/conf/httpd.conf: >Cannot load /coi/home/apache/modules/mod_jk2.so into server: ld.so.1: >/coi/home/apache/bin/httpd: fatal: relocation error: file >/coi/home/apache/modules/mod_jk2.so: symbol apr_pool_cleanup_null: >referenced symbol not found > >Con anyone tell me why? --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org