> Then you have a problem on your system resp. with your distribution, > namely the header files against which you compile do belong to a more > recent version of httpd than 2.2.3. > > There is an include file ap_mmn.h on the system which contains defines > for MODULE_MAGIC_NUMBER_MAJOR and MODULE_MAGIC_NUMBER_MINOR. For httpd > 2.2.x the MAJOR is always 20051115, but the MINOR is interesting. For > 2.2.3 it should be 3, but I would expect on your system it will be at > least 4.
RPM reports : pluton:~/tomcat-connectors-1.2.27-src/native # rpm -q apache2 apache2-2.2.3-16.17.3 pluton:~/tomcat-connectors-1.2.27-src/native # rpm -q apache2-devel apache2-devel-2.2.3-16.17.3 == /usr/include/apache2/ap_mmn.h #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 */ Seems to be 2.2.5 :-( I'll send a note to the maintener at Suse. Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]