You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tarun Ghanshyam Abhichandani <ta...@cgu.edu> on 2003/03/21 04:16:31 UTC

mod_jk installation

Hi:

I am trying to configure mod_jk 1.3 to work between Apache 1.3.27 with
mod_ssl and Tomcat 4.1.18 on Linux Version 7.1. 

After installing Apache 1.3.27 and Tomcat 4.1.18 when I update
httpsd.conf with following two lines "LoadModule jk_module
/libexec/mod_jk.so" "AddModule mod_jk.c"

And then when I restart Apache 1.3.27 I get the following error:
========================= 
Cannot load /usr/local/apache_1.3.27/libexec/mod_jk.so into
server: /usr/local/apache_1.3.27/libexec/mod_jk.so: undefined symbol:
ap_ctx_get 
./httpsdctl start: httpsd could not be started. 
===========================

Any indications where am I going wrong?

Thanks
Tarun


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: mod_jk installation

Posted by Tarun Ghanshyam Abhichandani <ta...@cgu.edu>.
            That's the one I had downloaded.
            
            Further on executing httpsd -l it list mod_so as a compiled
module.
            However it gives an error at the end relating to suexec.I
hope this is not the problem .
 
            Thanks
Tarun
 
 
-----Original Message-----
From: Vincent Panel [mailto:vpanel@axen.be] 
Sent: Friday, March 21, 2003 12:54 AM
To: Tomcat Users List
Subject: Re: mod_jk installation
 
Where did you get your mod_jk ? 

According to what you say, you should download the following version : 

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1
.2.1/bin/linux/i386/mod_jk-1.3-eapi.so 

Also note that you should have mod_so compiled into apache in order to
load dynamic modules : look at the output of "httpd -l" 

As we say in french, www.chezmoicamarche.org :) 

Vincent. 

On Fri, 2003-03-21 at 04:16, Tarun Ghanshyam Abhichandani wrote: 
> 
> Hi:
> 
> I am trying to configure mod_jk 1.3 to work between Apache 1.3.27 with
> mod_ssl and Tomcat 4.1.18 on Linux Version 7.1. 
> 
> After installing Apache 1.3.27 and Tomcat 4.1.18 when I update
> httpsd.conf with following two lines "LoadModule jk_module
> /libexec/mod_jk.so" "AddModule mod_jk.c"
> 
> And then when I restart Apache 1.3.27 I get the following error:
> ========================= 
> Cannot load /usr/local/apache_1.3.27/libexec/mod_jk.so into
> server: /usr/local/apache_1.3.27/libexec/mod_jk.so: undefined symbol:
> ap_ctx_get 
> ./httpsdctl start: httpsd could not be started. 
> ===========================
> 
> Any indications where am I going wrong?
> 
> Thanks
> Tarun
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
 

Re: mod_jk installation

Posted by Vincent Panel <vp...@axen.be>.
Where did you get your mod_jk ?

According to what you say, you should download the following version :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/bin/linux/i386/mod_jk-1.3-eapi.so

Also note that you should have mod_so compiled into apache in order to
load dynamic modules : look at the output of "httpd -l"

As we say in french, www.chezmoicamarche.org :)

Vincent.

On Fri, 2003-03-21 at 04:16, Tarun Ghanshyam Abhichandani wrote:

> 
> Hi:
> 
> I am trying to configure mod_jk 1.3 to work between Apache 1.3.27 with
> mod_ssl and Tomcat 4.1.18 on Linux Version 7.1. 
> 
> After installing Apache 1.3.27 and Tomcat 4.1.18 when I update
> httpsd.conf with following two lines "LoadModule jk_module
> /libexec/mod_jk.so" "AddModule mod_jk.c"
> 
> And then when I restart Apache 1.3.27 I get the following error:
> ========================= 
> Cannot load /usr/local/apache_1.3.27/libexec/mod_jk.so into
> server: /usr/local/apache_1.3.27/libexec/mod_jk.so: undefined symbol:
> ap_ctx_get 
> ./httpsdctl start: httpsd could not be started. 
> ===========================
> 
> Any indications where am I going wrong?
> 
> Thanks
> Tarun
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>