Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 90285 invoked by uid 500); 14 Jul 2001 22:11:31 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 90277 invoked from network); 14 Jul 2001 22:11:30 -0000 Received: from smtp03.mrf.mail.rcn.net (207.172.4.62) by h31.sny.collab.net with SMTP; 14 Jul 2001 22:11:30 -0000 Received: from 66-44-45-191.s445.tnt3.lnhdc.md.dialup.rcn.com ([66.44.45.191] helo=nt4_server) by smtp03.mrf.mail.rcn.net with smtp (Exim 3.30 #2) id 15LXdN-0001yu-00 for tomcat-user@jakarta.apache.org; Sat, 14 Jul 2001 18:11:33 -0400 Message-Id: <4.1.20010714173158.010402f0@pop.erols.com> X-Sender: paulbain@pop.erols.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 14 Jul 2001 17:36:00 -0400 To: tomcat-user@jakarta.apache.org From: "Paul D. Bain" Subject: Re: help with compiling mod_jk In-Reply-To: <3B506259.7060509@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_16566301==_.ALT" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --=====================_16566301==_.ALT Content-Type: text/plain; charset="us-ascii" At Saturday 7/14/01 11:16 AM , you wrote: >Hi. I am trying to configure Apache(2.0.16) on my linux system My understanding is that Apache modules written for Apache 1.3 (such as mod_jk) cannot be made to work with the new Apache, version 2.x. In order to run with the new Apache, an Apache module must be rewritten, and I suspect that mod_jk has not yet been rewritten. > (redhat >7.1) with tomcat (3.2). According to tomcat's documentation, I should >try to compile my own mod_jk module by downloading the source for >jakarta-tomcat. I downloaded it and then I ran the command as per >documentation: > >apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include >-I/usr/local/jdk/include/linux -c *.c ../jk/*.c > >I have adjusted the java path accordingly so that it reflects $JAVA_HOME >on my system. However when I ran this command, I get the following errors: > >libtool --silent --mode=compile gcc -pthread >-I/usr/local/apache2/include -I../jk -I/usr/local/java/include >-I/usr/local/java/include/linux -c mod_jk.c && touch mod_jk.slo >mod_jk.c:76:31: http_conf_globals.h: No such file or directory >apxs:Break: Command failed with rc=65536 > >It says that it can't find the http_conf_globals.h file but I couldn't >find it on my system even after doing a search. > >Please help. Thanks, >Michael. > --=====================_16566301==_.ALT Content-Type: text/html; charset="us-ascii" At Saturday 7/14/01 11:16 AM , you wrote:
>Hi.  I am trying to configure Apache(2.0.16) on my linux system

        My understanding is that Apache modules written for Apache 1.3 (such as mod_jk) cannot be made to work with the new Apache, version 2.x. In order to run with the new Apache, an Apache module must be rewritten, and I suspect that mod_jk has not yet been rewritten.

> (redhat
>7.1) with tomcat (3.2).  According to tomcat's documentation, I should
>try to compile my own mod_jk module by downloading the source for
>jakarta-tomcat.  I downloaded it and then I ran the command as per
>documentation:
>
>apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include 
>-I/usr/local/jdk/include/linux -c *.c ../jk/*.c
>
>I have adjusted the java path accordingly so that it reflects $JAVA_HOME
>on my system.  However when I ran this command, I get the following errors:
>
>libtool --silent --mode=compile gcc -pthread
>-I/usr/local/apache2/include -I../jk -I/usr/local/java/include
>-I/usr/local/java/include/linux  -c mod_jk.c && touch mod_jk.slo
>mod_jk.c:76:31: http_conf_globals.h: No such file or directory
>apxs:Break: Command failed with rc=65536
>
>It says that it can't find the http_conf_globals.h file but I couldn't
>find it on my system even after doing a search.
>
>Please help.  Thanks,
>Michael.
>
--=====================_16566301==_.ALT--