While rebuilding mod_jk 1.2.26 on a Linux box SLES 10 up to date I see
a strange error at startup time :
Apache failed to start since the ap_get_server_description symbol was missing.
Did ap_get_server_description() appears with apache 2.2.3 ou 2.2.4 ?:
in apache2/mod_jk.c there is a test
#if (AP_MODULE_MAGIC_AT_LEAST(20051115,4))
s->server_software = (char *)ap_get_server_description();
#else
s->server_software = (char *)ap_get_server_version();
#endif
On my SLES ap_mmn.h contains :
#define MODULE_MAGIC_COOKIE 0x41503232UL /* "AP22" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20051115
#endif
#define MODULE_MAGIC_NUMBER_MINOR 5 /* 0...n */
But the Apache 2.2 is only 2.2.3 :
/usr/sbin/httpd2 -v
Server version: Apache/2.2.3
Server built: Mar 26 2008 12:23:18
SLES 10 provides a 2.2.3 core Apache 2 with mpm defs for 2.2.5 so get
it in mind if we get report about mod_jk problems on Suse SLES 10
boxes :)
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]