You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jacob Kjome <ho...@visi.com> on 2003/05/17 07:10:14 UTC

Re: error when Apache reads mod_jk.conf

That's an Apache issue.  You need a mod_jk compiled for the appropriate 
version of Apache.

Jake

At 07:20 PM 5/17/2003 -0300, you wrote:
>I'm getting a strange error in our production serve when migrating from 
>tomcat 3.2.3 to 4.1.26 :
>
>./httpd reload
>Syntax error on line 4 of 
>/home/echo/download/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto:
>Cannot load 
>/home/echo/download/jakarta-tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so 
>into server: 
>/home/echo/download/jakarta-tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so: 
>undefined symbol: ap_ctx_get
>
>
>
>
>
>--
>Emerson Cargnin
>Analista de Sitemas
>Setor de Desenvolvimento de Sistemas - TRE-SC
>tel : (048) - 251-3700 - Ramal 3181
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

Re: error when Apache reads mod_jk.conf

Posted by John Turner <to...@johnturner.com>.
No, there were too many changes between 1.3.20 and 1.3.26/7 for modules to 
be compatible.  The Apache group has only been stressing module 
compatibility with previous versions since 2.0.43.

If your production machine is 1.3.20, you will need to compile a mod_jk.so 
file against that version.  The mod_jk.so files that are available for 
download from the Jakarta site are compatible with 1.3.26 and 1.3.27 only.

John

On Wed, 21 May 2003 13:33:51 -0300, Emerson Cargnin <em...@tre-sc.gov.br> 
wrote:

> the apache  version i use at my own machine is 3.1.26 and the production 
> machine is 3.1.20 , couldn't I use the same .so???
> how I can find one that works for 3.1.20
>
> Jacob Kjome wrote:
>
>>
>> That's an Apache issue.  You need a mod_jk compiled for the appropriate 
>> version of Apache.
>>
>> Jake
>>
>> At 07:20 PM 5/17/2003 -0300, you wrote:
>>
>>> I'm getting a strange error in our production serve when migrating from 
>>> tomcat 3.2.3 to 4.1.26 :
>>>
>>> ./httpd reload
>>> Syntax error on line 4 of /home/echo/download/jakarta-tomcat- 
>>> 3.2.3/conf/mod_jk.conf-auto:
>>> Cannot load /home/echo/download/jakarta-tomcat-4.1.24-LE- 
>>> jdk14/server/lib/mod_jk.so into server: /home/echo/download/jakarta- 
>>> tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so: undefined symbol: 
>>> ap_ctx_get
>>>
>>>
>>>
>>>
>>>
>>> -- Emerson Cargnin
>>> Analista de Sitemas
>>> Setor de Desenvolvimento de Sistemas - TRE-SC
>>> tel : (048) - 251-3700 - Ramal 3181
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>



-- 
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


Re: error when Apache reads mod_jk.conf

Posted by Jacob Kjome <ho...@visi.com>.
Wow, when was the 3.x.x Apache series released?  The rest us are still 
using 1.3.27 and 2.0.45.

But seriously, there are lots of sites providing binaries.  The main one is...
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.3/

there are other sites that have been mentioned on this list numerous times 
on this list which provide binaries for specific versions.  Search the 
archives.

Jake

At 01:33 PM 5/21/2003 -0300, you wrote:
>the apache  version i use at my own machine is 3.1.26 and the production 
>machine is 3.1.20 , couldn't I use the same .so???
>how I can find one that works for 3.1.20
>
>Jacob Kjome wrote:
>
>>
>>That's an Apache issue.  You need a mod_jk compiled for the appropriate 
>>version of Apache.
>>
>>Jake
>>
>>At 07:20 PM 5/17/2003 -0300, you wrote:
>>
>>>I'm getting a strange error in our production serve when migrating from 
>>>tomcat 3.2.3 to 4.1.26 :
>>>
>>>./httpd reload
>>>Syntax error on line 4 of 
>>>/home/echo/download/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto:
>>>Cannot load 
>>>/home/echo/download/jakarta-tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so 
>>>into server: 
>>>/home/echo/download/jakarta-tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so: 
>>>undefined symbol: ap_ctx_get
>>>
>>>
>>>
>>>
>>>
>>>--
>>>Emerson Cargnin
>>>Analista de Sitemas
>>>Setor de Desenvolvimento de Sistemas - TRE-SC
>>>tel : (048) - 251-3700 - Ramal 3181
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>
>--
>Emerson Cargnin
>Analista de Sitemas
>Setor de Desenvolvimento de Sistemas - TRE-SC
>tel : (048) - 251-3700 - Ramal 3181
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

Re: error when Apache reads mod_jk.conf

Posted by Emerson Cargnin <em...@tre-sc.gov.br>.
the apache  version i use at my own machine is 3.1.26 and the production 
machine is 3.1.20 , couldn't I use the same .so???
how I can find one that works for 3.1.20

Jacob Kjome wrote:

>
> That's an Apache issue.  You need a mod_jk compiled for the 
> appropriate version of Apache.
>
> Jake
>
> At 07:20 PM 5/17/2003 -0300, you wrote:
>
>> I'm getting a strange error in our production serve when migrating 
>> from tomcat 3.2.3 to 4.1.26 :
>>
>> ./httpd reload
>> Syntax error on line 4 of 
>> /home/echo/download/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto:
>> Cannot load 
>> /home/echo/download/jakarta-tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so 
>> into server: 
>> /home/echo/download/jakarta-tomcat-4.1.24-LE-jdk14/server/lib/mod_jk.so: 
>> undefined symbol: ap_ctx_get
>>
>>
>>
>>
>>
>> -- 
>> Emerson Cargnin
>> Analista de Sitemas
>> Setor de Desenvolvimento de Sistemas - TRE-SC
>> tel : (048) - 251-3700 - Ramal 3181
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>

-- 
Emerson Cargnin
Analista de Sitemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181




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