I didn't use the rpm, so you might not consider my solution as "standard"
but it worked fine - I downloaded the mod_jk .so directly from
jakarta.apache.org - look in the binaries and there are .so files for
Linux - you have a choice of eapi or noeapi files - you need to choose the
mod_jk-3.3-ap13-eapi.so  Put this in your modules directory (renamed as
mod_jk.so) and httpd should start up just fine - I had the same problem
initially as I chose the noeapi version.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of und3rgr0und
Sent: Tuesday, June 18, 2002 1:36 PM
To: [EMAIL PROTECTED]
Subject: MODULES HELP!!


---------I'm running RH 7.2
and I need to  install jakarta-tomcat-3.3  and
mod_jk-1.3-1.0-1.4.0.2.i386.rpm

my Apache works with fine at port 80 and Tomcat too at 8080
I can see the apache test page if I do http://localhost:80 and
Tomcat test page at http://localhost:8080 , all the samples from tomcat
runs well and all that stuff. but when I add the mod_jk module at httpd.conf
this way :

<IfModule !mod_jk.c>
LoadModule jk_module            modules/mod_jk.so
</IfModule>

AddModule mod_jk.c

I have the following warn when trying to  start httpd..

Loaded DSO modules/mod_jk.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it with -DEAPI)
and then.. it FAILS.

what can I do? , what's wrong?



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to