I have been trying without success to compile apache2 (2.0.46 and 2.0.48) on FC3. I was sure that I had done this earlier this year though it now appears not to work. A suspicious compile-time error is this:
Code:
mpm_common.c: In function `ap_mpm_rewrite_args':
mpm_common.c:884: warning: function called through a non-compatible type
mpm_common.c:884: note: if this code is reached, the program will abort
core.c: In function `register_hooks':
core.c:4282: warning: function called through a non-compatible type
core.c:4282: note: if this code is reached, the program will abort
mod_include.c: In function `register_hooks':
mod_include.c:3572: warning: function called through a non-compatible type
mod_include.c:3572: note: if this code is reached, the program will abort
mod_include.c:3573: warning: function called through a non-compatible type
mod_include.c:3573: note: if this code is reached, the program will abort
mod_include.c:3574: warning: function called through a non-compatible type
mod_include.c:3574: note: if this code is reached, the program will abort
mod_log_config.c: In function `register_hooks':
mod_log_config.c:1421: warning: function called through a non-compatible type
mod_log_config.c:1421: note: if this code is reached, the program will abort
mod_log_config.c:1422: warning: function called through a non-compatible type
mod_log_config.c:1422: note: if this code is reached, the program will abort
mod_log_config.c:1423: warning: function called through a non-compatible type
mod_log_config.c:1423: note: if this code is reached, the program will abort
httpd reports a segmentation fault when running. Suspecting a broken library somewhere, I tried a fresh install of FC4 and the same problem occured. Debian Sarge (testing) had no problem with this, so I suspect this may be something Fedora specific.
Any help would be appreciated. My configure command was
Code:
./configure --prefix=/usr/local/apache2
though I'd tried more options to begin with.
Thanks