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.
===========================
I had a similar error that I fixed by changing the order modules were
loaded/added in httpd.conf: it was mod_jk using a routine from an
non-core Apache module. But I just tried searching the Tomcat/Apache
1.3.27/mod_jk sources for the string "ap_ctx_get" and I couldn't find
it, so I can't confirm that is the explanation here. The "ap_" makes
me think it's an Apache routine. Could you be using mod_jk
built for the other Apache version (2.x)?
(I'm also still unable to get Apache 1.3.27+mod_jk+CoyoteConnector
all working together, but I'm stuck an a different error.)
--
Albert Lunde [EMAIL PROTECTED] (new address)
[EMAIL PROTECTED] (old address)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]