You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paul Hsu <hs...@verizon.net> on 2003/04/04 02:03:17 UTC

help on mod_jk

Hi,

I try to install mod_jk with apache, but I always have problem with jk_mod.
I install tomcat-4.0.6 and download mod_jk2-1.3-eapi.so into modules directory. Then I append one line " LoadModule jk_module modules/mod_jk2-1.3-eapi.so" at the end of httpd.conf file, I run "apachectl configtest", I got the following error. I am really puzzled how this work. Any help will be appreciated.

[root]# ./apachectl configtest
Syntax error on line 1070 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_jk2-1.3-eapi.so into server: /usr/loc
al/apache2/modules/mod_jk2-1.3-eapi.so: undefined symbol: ap_table_get

thanks

Paul


Re: help on mod_jk

Posted by John Turner <to...@johnturner.com>.
Also, it looks like you have downloaded mod_jk2, in which case the correct 
LoadModule syntax is not

LoadModule jk_module

but

LoadModule jk2_module

John

On Thu, 3 Apr 2003 16:32:19 -0800, Filip Hanik <ma...@filip.net> wrote:

> looks like you are trying to use the mod_jk compiled for Apache 1.3 with
> Apache 2.0
>
> could that be it? I can only take from your path /usr/local/apache2 that 
> it
> is an apache 2.0 instance
>
> filip
>
>> -----Original Message-----
>> From: Paul Hsu [mailto:hsu.paul@verizon.net]
>> Sent: Thursday, April 03, 2003 4:03 PM
>> To: Tomcat Users List
>> Subject: help on mod_jk
>>
>>
>> Hi,
>>
>> I try to install mod_jk with apache, but I always have problem
>> with jk_mod.
>> I install tomcat-4.0.6 and download mod_jk2-1.3-eapi.so into
>> modules directory. Then I append one line " LoadModule jk_module
>> modules/mod_jk2-1.3-eapi.so" at the end of httpd.conf file, I run
>> "apachectl configtest", I got the following error. I am really
>> puzzled how this work. Any help will be appreciated.
>>
>> [root]# ./apachectl configtest
>> Syntax error on line 1070 of /usr/local/apache2/conf/httpd.conf:
>> Cannot load /usr/local/apache2/modules/mod_jk2-1.3-eapi.so into
>> server: /usr/loc
>> al/apache2/modules/mod_jk2-1.3-eapi.so: undefined symbol: ap_table_get
>>
>> thanks
>>
>> Paul
>>
>>
>
>
> ---------------------------------------------------------------------
> 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: help on mod_jk

Posted by Filip Hanik <ma...@filip.net>.
looks like you are trying to use the mod_jk compiled for Apache 1.3 with
Apache 2.0

could that be it? I can only take from your path /usr/local/apache2 that it
is an apache 2.0 instance

filip

> -----Original Message-----
> From: Paul Hsu [mailto:hsu.paul@verizon.net]
> Sent: Thursday, April 03, 2003 4:03 PM
> To: Tomcat Users List
> Subject: help on mod_jk
>
>
> Hi,
>
> I try to install mod_jk with apache, but I always have problem
> with jk_mod.
> I install tomcat-4.0.6 and download mod_jk2-1.3-eapi.so into
> modules directory. Then I append one line " LoadModule jk_module
> modules/mod_jk2-1.3-eapi.so" at the end of httpd.conf file, I run
> "apachectl configtest", I got the following error. I am really
> puzzled how this work. Any help will be appreciated.
>
> [root]# ./apachectl configtest
> Syntax error on line 1070 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_jk2-1.3-eapi.so into
> server: /usr/loc
> al/apache2/modules/mod_jk2-1.3-eapi.so: undefined symbol: ap_table_get
>
> thanks
>
> Paul
>
>


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