Re: MySQL and Apache 2.x compile: SIG_DFL' undeclared

2001-12-01 Thread Stipe Tolj
-- Apache (latest) make[3]: Entering directory `/usr/src/httpd-2_0_28/srclib/apr/threadproc/unix' make[4]: Entering directory `/usr/src/httpd-2_0_28/srclib/apr/threadproc/unix' /bin/sh /usr/src/httpd-2_0_28/srclib/apr/libtool --silent --mode=compile gcc - static -Wall -Wno-format

Re: MySQL and Apache 2.x compile: SIG_DFL' undeclared

2001-12-01 Thread Gerrit P. Haase
Hallo Jari, Am 2001-12-01 um 16:20 schriebst du: Does anyone how could this error be fixed? Looking at the /usr//include/signal.h look okay to me. 13 #define SIG_DFL ((void (*)(int))0) /* Default action */ 14 #define SIG_IGN ((void (*)(int))1) /* Ignore