Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 91448 invoked from network); 13 Sep 2000 05:48:21 -0000 Received: from firewall.outline.ch (HELO mail.keis.ch) (194.230.101.2) by locus.apache.org with SMTP; 13 Sep 2000 05:48:21 -0000 Received: from MIRACULIX by mail.keis.ch via smtpd (for locus.apache.org [63.211.145.10]) with SMTP; 13 Sep 2000 05:48:22 UT Received: from firewall.outline.ch ([192.168.2.115]) by miraculix.outline.ch (Netscape Messaging Server 3.62) with SMTP id 121 for ; Wed, 13 Sep 2000 07:49:06 +0200 Received: from WKS_TOK by firewall.outline.ch via smtpd (for MIRACULIX [192.168.1.10]) with SMTP; 13 Sep 2000 05:48:17 UT Message-ID: <39BF1524.DD99F5CA@outline.ch> Date: Wed, 13 Sep 2000 07:48:20 +0200 From: "Torben Kabel" X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: where is mod_jk? References: <000c01c01cfe$5aea4f70$6901a8c0@discus.net> Content-Type: multipart/alternative; boundary="------------192BCFC6FD24FD2FD62D5BCC" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --------------192BCFC6FD24FD2FD62D5BCC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On some platforms the include option (-I) must be set before the compile option (-c) in the apxs command. This is the case on my Linux Mandrake 7.1. In addition you may need to set up JDK include directories. The following works for me (Tomcat 3.2 beta3, jdk1.3.0-beta-refresh): apxs -o mod_jk.so -I../jk/ -I/usr/local/jdk1.3/include/linux/ -I/usr/local/jdk1.3/include/ -c *.c ../jk/*.c Regards Torben "Robert L. Brueckmann" wrote: > You need to download the source code of tomcat from apache's site and > then move to the directory {tomcat_src_home}/src/native/apache1.3and > execute the following command: apxs -o mod_jk.so -c *.c ../jk/*.c -I > ../jk/ and you will now have your very own mod_jk.so file Hope this > helps---- > Robert L. Brueckmann > Webmaster > Decision Systems Corporate Solutions (DiSCuS) > 7400 York Road, Suite 405 > Towson, MD 21204 > ph: 410-337-5444 > fax: 410-337-5585 --------------192BCFC6FD24FD2FD62D5BCC Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit On some platforms the include option (-I) must be set before the compile option (-c)
in the apxs command. This is the case on my Linux Mandrake 7.1. In addition you may
need to set up JDK include directories.

The following works for me (Tomcat 3.2 beta3, jdk1.3.0-beta-refresh):

apxs -o mod_jk.so -I../jk/ -I/usr/local/jdk1.3/include/linux/ -I/usr/local/jdk1.3/include/ -c *.c ../jk/*.c

Regards
Torben
 
 

"Robert L. Brueckmann" wrote:

You need to download the source code of tomcat from apache's site and then move to the directory {tomcat_src_home}/src/native/apache1.3and execute the following command: apxs -o mod_jk.so -c *.c ../jk/*.c -I ../jk/ and you will now have your very own mod_jk.so file Hope this helps----
Robert L. Brueckmann
Webmaster
Decision Systems Corporate Solutions (DiSCuS)
7400 York Road, Suite 405
Towson, MD 21204
ph: 410-337-5444
fax: 410-337-5585
--------------192BCFC6FD24FD2FD62D5BCC--