module mod_jk.c is not compatible with this version of Apache

2003-02-14 Thread aandaur
Server built: Feb 13 2003 16:40:32 Tomcat is: jakarta-tomcat-3.3.1a.tar.gz mod_jk.so is: mod_jk-3.3-ap20.so The error is: [root@localhost libexec]# /usr/local/apache2/bin/apachectl start httpd: module mod_jk.c is not compatible with this version of Apache (found 20010808, need

RE: module mod_jk.c is not compatible with this version of Apache

2003-02-14 Thread Turner, John
JK Binary: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2 /bin/linux/i386/ John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 6:21 PM To: [EMAIL PROTECTED] Subject: module mod_jk.c is not compatible

RE: Trying to setup Tomcat with Apache in Linux: module mod_jk.c is not compatible with this version of Apache

2003-01-24 Thread Turner, John
AM To: Tomcat Users List Subject: Re: Trying to setup Tomcat with Apache in Linux: module mod_jk.c is not compatible with this version of Apache Andres - What version of Apache are you using? Generally, you have to match the mod_jk version to Apache. Apache 2.0.40 is not compatible with mod_jk

Trying to setup Tomcat with Apache in Linux: module mod_jk.c isnot compatible with this version of Apache

2003-01-23 Thread Andres Montiel
LoadModule jk_module modules/mod_jk.so #AddModule mod_jk.c JkWorkersFile /etc/httpd2/conf/workers.properties JkLogFile /var/log/httpd/mod_jk.log JkLogLevel info I then tried to restart Apache. However, it did not start and gave me the error message: Starting httpd: httpd: module mod_jk.c

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread Turner, John
: RE: Mod_JK.c not compatiable with version of Apache Thanks. I've never had to compile anything like this on Linux and am a little hesitant to do so (more of a windows guy to be honost). Do you know of any place that I could locate pre-compiled *compatible* binaries for either apache

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread neal
. Is there something I am missing? :( Thanks. Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 4:44 AM To: 'Tomcat Users List' Subject: RE: Mod_JK.c not compatiable with version of Apache http://jakarta.apache.org/builds/jakarta

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread Turner, John
will have it. John -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:20 PM To: Tomcat Users List Subject: RE: Mod_JK.c not compatiable with version of Apache Yes, but when I go to the Linux dir it says mod_jk-2.0.43.so is for Apache 2.0.42

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread neal
for 2.0.40? It seems like an out-of-sync doulbe whammy! :( Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 11:40 AM To: 'Tomcat Users List' Subject: RE: Mod_JK.c not compatiable with version of Apache Sorry, you lost me. You asked

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread Turner, John
just don't see what else you need. John -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:54 PM To: Tomcat Users List Subject: RE: Mod_JK.c not compatiable with version of Apache Actually, I was just trying to find binaries for compatible

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread neal
Users List' Subject: RE: Mod_JK.c not compatiable with version of Apache There are binaries for Apache 2.0.43, all over the place. http://httpd.apache.org I gave you a link to the binary Red Hat-compatible RPM for 2.0.43 so that you could upgrade your RH 2.0.40 installation. I gave you a link

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread Turner, John
PROTECTED]] Sent: Monday, January 20, 2003 3:32 PM To: Tomcat Users List Subject: RE: Mod_JK.c not compatiable with version of Apache Yeah ... I saw that you sent me the link for mod_jk compatible with Apache 2.0.43. But, I already have that. I need binaries for either (a) Apache

RE: Mod_JK.c not compatiable with version of Apache

2003-01-20 Thread neal
See, I knew there was something I didn't understand. Thanks. I'll take a look. :) Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 12:42 PM To: 'Tomcat Users List' Subject: RE: Mod_JK.c not compatiable with version of Apache I

RE: Mod_JK.c not compatiable with version of Apache

2003-01-19 Thread neal
. Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 18, 2003 1:23 PM To: 'Tomcat Users List' Subject: RE: Mod_JK.c not compatiable with version of Apache You need Apache 2.0.43. .42 might work, but .41 and .40 won't. Or, you can build your own

RE: Mod_JK.c not compatiable with version of Apache

2003-01-18 Thread Turner, John
You need Apache 2.0.43. .42 might work, but .41 and .40 won't. Or, you can build your own. John -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 6:50 PM To: Tomcat Users List Subject: RE: Mod_JK.c not compatiable with version of Apache Does

RE: Mod_JK.c not compatiable with version of Apache

2003-01-17 Thread neal
Does anyone know why I would get this error when installing mod_JK 2.0.43 on Linux 8, with Tomcat 4.1 and Apache 2.0: mod_jk.c not compatible with this version of Apache. I presume that when it refers to the mod_jk.c it is referring to the cmopuled code it derives from the LoadModule command

mod_jk.c Compilation Errors

2002-09-04 Thread Manoj Kithany
is: -- # make Making all in common Target all is up to date. Making all in apache-1.3 /bin/sh ../libtool --mode=compile /usr/bin/gcc -DPACKAGE=\mod_jk\ -DVERSION=\1.2.0\ -DHAVE_DLFCN_H=1 -I. -I. -I../comm on -g -O2 -c -o mod_jk.lo `test -f mod_jk.c || echo './'`mod_jk.c rm -f .libs

Re: mod_jk.c Compilation Errors

2002-09-04 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Sep 04, 2002 at 07:14:27PM +, Manoj Kithany wrote: /usr/bin/gcc -DPACKAGE=\mod_jk\ -DVERSION=\1.2.0\ -DHAVE_DLFCN_H=1 -I. -I. -I../common -g -O2 -c mod_jk.c -DPIC -o .libs/mod_jk.lo mod_jk.c:71: ap_config.h: No such file or directory

Re: mod_jk.c Compilation Errors

2002-09-04 Thread Thomas T. Veldhouse
[EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 04, 2002 2:14 PM Subject: mod_jk.c Compilation Errors Hi Experts, Greetings! I am using Apache(1.3) and Tomcat (4.0.4) on IBM AIX (5.1) System. I am havin high time in integrating APache and Tomcat. Binary

Cannot remove module mod_jk.c: not found in module list

2002-08-16 Thread Peter Alvin
I can't get Tomcat to work hooked up to Apache for SuSE Linux: In the /var/log/httpd/error_log file this shows up: Cannot remove module mod_jk.c: not found in module list Does anyone know what this means? Is this my problem? Is my mod_jk.so not built correctly or something? Pete

RE: STEVE BURRUS PAY ATTENTION (was mod_jk.c not compatible with Apache 2.0.39)

2002-07-22 Thread Turner, John
asking them. This doesn't help anyone. The link to the file you want is HERE: http://www.acg-gmbh.de/mod_jk/ John Turner [EMAIL PROTECTED] -Original Message- From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 21, 2002 6:24 PM To: Tomcat Users List Subject: Re: mod_jk.c

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-22 Thread eric
ajp13 JkMount /jk/* ajp13 JkMount /cocoon ajp13 JkMount /cocoon/* ajp13 When I run apachectl configtest I get httpd: module mod_jk.c is not compatible with this version of Apache. Please contact the vendor for the correct version. Ok, where is the correct version? I wish

RE: STEVE BURRUS PAY ATTENTION (was mod_jk.c not compatible with Apache 2.0.39)

2002-07-22 Thread STEVE R BURRUS
BURRUS [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 21, 2002 6:24 PM To: Tomcat Users List Subject: Re: mod_jk.c not compatible with Apache 2.0.39 Greetings Eric, this is steve burrus, you don't seem to know me at all, but I was just wondering if u could possibly send me the link

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-21 Thread STEVE R BURRUS
/usr/local/jakarta-tomcat-4.0.4/logs/mod_jk.log JkLogLevel debug JkMount /examples ajp13 JkMount /examples/* ajp13 JkMount /jk ajp13 JkMount /jk/* ajp13 JkMount /cocoon ajp13 JkMount /cocoon/* ajp13 When I run apachectl configtest I get httpd: module mod_jk.c is not compatible

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-21 Thread Pae Choi
[EMAIL PROTECTED] Sent: Sunday, July 21, 2002 3:24 PM Subject: Re: mod_jk.c not compatible with Apache 2.0.39 Greetings Eric, this is steve burrus, you don't seem to know me at all, but I was just wondering if u could possibly send me the link to download the mod_jk file which facilitates

ADD_SSL_INFO in mod_jk.c, and ajp13 performance in general.

2001-07-27 Thread Denis Haskin
Perhaps this is a better question for tomcat-dev, but in mod_jk.c there's a comment that says: /* * If you are not using SSL, comment out the following * line. It will make apache run faster. */ #define ADD_SSL_INFO I can find no reference to ADD_SSL_INFO to any other Tomcat or Apache (1.3.x

RE: AddModule mod_jk.c

2001-04-16 Thread guyr
Title: RE: AddModule mod_jk.c Windows doesn't require DLLs to have a .dll extension. -Original Message- From: e_teer [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 15, 2001 4:21 PM To: [EMAIL PROTECTED] Subject: Re: AddModule mod_jk.c Hey Eric, LoadModule loads the module

Re: AddModule mod_jk.c

2001-04-16 Thread Jeff Kilbride
Title: RE: AddModule mod_jk.c I believe they changed the extensions from .dll to .so in Apache 1.3.15 and up. --jeff - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 9:16 AM Subject: RE: AddModule mod_jk.c

Re: AddModule mod_jk.c

2001-04-16 Thread Ellis Teer
2001 10:12:31 -0700, Jeff Kilbride wrote:  RE: AddModule mod_jk.c      I believe they changed the extensions from .dll to  ..so in Apache 1.3.15 and up.     --jeff      - Original Message -   From:    [EMAIL PROTECTED]   To: [EMAIL PROTECTED]   Sent: Monday, April 16, 2001 9:16  AM

Re: AddModule mod_jk.c

2001-04-16 Thread Jeff Kilbride
Ellis Teer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 12:14 PM Subject: Re: AddModule mod_jk.c Thanks Jeff and guyr, Can I rename the current mod_jk.dll to mod_jk.so? Are they identical and it's just a name extension change that occurred between 1.3.14 and

RE: AddModule mod_jk.c

2001-04-16 Thread guyr
Title: RE: AddModule mod_jk.c No, you can't just rename DLL files. Windows stores a library name inside the DLL, and it gets bothered if the current DLL name doesn't match the name stored inside the DLL. mod_jk.so works as a DLL because it was built as mod_jk.so. So a more exact wording of my

RE: AddModule mod_jk.c

2001-04-16 Thread Tim O'Neil
At 05:46 PM 4/16/2001 -0400, you wrote: No, you can't just rename DLL files. Windows stores a "library" name inside the DLL, and it gets bothered if the current DLL name doesn't match the name stored inside the DLL. mod_jk.so works as a DLL because it was built as mod_jk.so. So a more

Re: AddModule mod_jk.c

2001-04-15 Thread eric leung
: "brian luk" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 14, 2001 2:16 PM Subject: AddModule mod_jk.c Hi, can any one tell me what's difference between the 2: LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c i must load the jk modul

Re: AddModule mod_jk.c

2001-04-15 Thread e_teer
, April 14, 2001 2:16 PM Subject: AddModule mod_jk.c Hi, can any one tell me what's difference between the 2: LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c i must load the jk module before i can connect to tomcat. I think tomcat works without AddModule mod_jk

AddModule mod_jk.c

2001-04-14 Thread brian luk
Hi, can any one tell me what's difference between the 2: LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c i must load the jk module before i can connect to tomcat. I think tomcat works without AddModule mod_jk.c, what's AddModule mod_jk.c use for? No use? thanks. P.S

Re: AddModule mod_jk.c

2001-04-14 Thread Jeff Kilbride
Did you try the docs? http://httpd.apache.org/docs/mod/core.html#addmodule http://httpd.apache.org/docs/mod/mod_so.html#loadmodule --jeff - Original Message - From: "brian luk" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 14, 2001 2:16 PM Subject: AddModul

mod_jk.c

2001-03-01 Thread Chris Andreou
I am using NT, Apache 3.2.1 and Tomcat. Does anybody know why I get an error by loading the mod_jk.c ? Thanks Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: mod_jk.c

2001-03-01 Thread Xu, Lifeng
I am also new to mod_jk, but I think if you are running NT, you don't load mod_jk.c. What you need is mod_jk.dll. I could be wrong though. Like I said, I am new too. So take my advise in your own risk...:) Good luck. Lifeng -Original Message- From: Chris Andreou [mailto:[EMAIL

Where can I find dlfcn.h for mod_jk.c for HPUX compilation

2001-02-09 Thread Bonifacio Braganza
Hi, I'm getting the following error when I try to compile mod_jk.c in HP UX 10. Did not find the mentioned file anywhere in the source distribution, and nither on the system. gcc -DHPUX10 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_MODULE-I/usr2/tranweb/apache1.3/include