I'm trying to build Apache 2.0.48 on HP-UX 11i (PA-RISC).
I did a "./configure --prefix=/usr/local/apache-2.0.48 --enable-module=so --enable-module=rewrite"
and then a "make". From the make output the following warnings are produced(on other modules as well, not just core.c). Is this a real problem I need to resolve? Executing httpd after the, what looks like a good, build produces a core dump. Any ideas.
core.c: In function `register_hooks':
core.c:4423: warning: function called through a non-compatible type
core.c:4423: note: if this code is reached, the program will abort
I did a "./configure --prefix=/usr/local/apache-2.0.48 --enable-module=so --enable-module=rewrite"
and then a "make". From the make output the following warnings are produced(on other modules as well, not just core.c). Is this a real problem I need to resolve? Executing httpd after the, what looks like a good, build produces a core dump. Any ideas.
core.c: In function `register_hooks':
core.c:4423: warning: function called through a non-compatible type
core.c:4423: note: if this code is reached, the program will abort