Hi, First, I wanted to thank you all for your quick responses. Second, i have another question. Suppose i wanted build apache with more than one extra module : ex: mod_nullservice and mod_iCAP that's what itried to do and it only builds apache with the second one, not both of them. ./configure --enable-so --with-module=nullservice --enable-mods-shared=mod_nullservice.so --with-module=iCAP --enable-mods-shared=mod_iCAP.so and when i check with ./httpd -l I get all the standard modules plus the second module(mod_iCAP) I there is something wrong in this command...! Any ideas ! Thanks Hany -----Original Message----- From: Cliff Woolley [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 6:44 PM To: '[EMAIL PROTECTED]' Subject: RE: module " " is not compatible with this version of apache .... ..! On Thu, 13 Sep 2001, Farag, Hany M (Hany) wrote: > nope, still getting the same thing... > any other thoughts.. Make sure that the header files you built the module with match the ones you built httpd with (particularly ap_release.h). The error message you're seeing means the module magic numbers don't match. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
