Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 20957 invoked from network); 2 Jun 2003 12:59:47 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jun 2003 12:59:47 -0000 Received: (qmail 18462 invoked by uid 97); 2 Jun 2003 13:01:59 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 18455 invoked from network); 2 Jun 2003 13:01:59 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Jun 2003 13:01:59 -0000 Received: (qmail 16501 invoked by uid 500); 2 Jun 2003 12:58:47 -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 16428 invoked from network); 2 Jun 2003 12:58:46 -0000 Received: from unknown (HELO JTURNER) (207.86.123.243) by daedalus.apache.org with SMTP; 2 Jun 2003 12:58:46 -0000 Received: from JTURNER ([127.0.0.1]) by JTURNER with Microsoft SMTPSVC(5.0.2195.5329); Mon, 2 Jun 2003 08:58:47 -0400 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration References: Message-ID: Content-Type: text/plain; charset=iso-8859-15; format=flowed From: John Turner Date: Mon, 02 Jun 2003 08:58:47 -0400 In-Reply-To: User-Agent: Opera7.03/Win32 M2 build 2670 X-OriginalArrivalTime: 02 Jun 2003 12:58:47.0314 (UTC) FILETIME=[B49B8720:01C32906] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N What version of Apache 2 do you have? The binary of mod_jk2 (and mod_jk) is version-sensitive. It should work for 2.0.43 and up. John On Sun, 1 Jun 2003 20:29:38 -0400, Omar Vera wrote: > Hi to everybody, > I am trying to configure tomcat 4.1.24 with apache 2 using the connector > jk2-2.0.2 and I get an error message when I am making the mod_jk2.so > file. > The error message is: > # make > list=' server/apache2'; \ > for i in $list; do \ > echo "Making $target in $i"; \ > if test "$i" != "."; then \ > (cd $i && make) || exit 1; \ > fi; \ > done; > Making in server/apache2 > mkdir -p ../../../build/jk2/apache2 > /usr/local/apache2/build/libtool --mode=install cp > ../../../build/jk2/apache2/mod_jk2.la `pwd`/../../../build/jk2/apache2 > cp ../../../build/jk2/apache2/.libs/mod_jk2.so > /jakarta-tomcat-connectors-jk2-2.0.2- > src/jk/native2/server/apache2/../../../ > build/jk2/apache2/mod_jk2.so > chmod +x > /jakarta-tomcat-connectors-jk2-2.0.2- > src/jk/native2/server/apache2/../../../ > build/jk2/apache2/mod_jk2.so > cp ../../../build/jk2/apache2/.libs/mod_jk2.lai > /jakarta-tomcat-connectors-jk2-2.0.2- > src/jk/native2/server/apache2/../../../ > build/jk2/apache2/mod_jk2.la > cp ../../../build/jk2/apache2/.libs/mod_jk2.a > /jakarta-tomcat-connectors-jk2-2.0.2- > src/jk/native2/server/apache2/../../../ > build/jk2/apache2/mod_jk2.a > cp: cannot access ../../../build/jk2/apache2/.libs/mod_jk2.a > *** Error code 2 > make: Fatal error: Command failed for target > `../../../build/jk2/apache2/mod_jk2.so' > Current working directory > /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2 > *** Error code 1 > make: Fatal error: Command failed for target `jk2-build' > > I also tried to use the compiled .so file from apache for solaris 8, but > when I am starting the apache I got the following error: > # apache start httpd starting. > Syntax error on line 1019 of /etc/apache/httpd.conf: > Cannot load /usr/local/apache2/modules/mod_jk2-2.0.43.so into server: > ld.so.1: /usr/apache/bin/httpd: fatal: relocation error: file > /usr/local/apache2/modules/mod_jk2-2.0.43.so: symbol > apr_pool_cleanup_null: > referenced symbol not found > /usr/apache/bin/apachectl start: httpd could not be started > Do you know the best way to configure successfully the connector for > Apache > and Tomcat successfully? > Thanks in advance, I will appreciate your answers and suggestions. > Best regards. > Omar Vera > -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org