DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39201>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39201 Summary: When trying to configure httpd-2.0.53 getting warnings.. Product: Apache httpd-2 Version: 2.0.53 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Hi, I am trying to set-up httpd-2.0.53 on Redhat Linux Advanced Server 2.1. But when trying to run the configure command getting lot of warning message which are as follows. -------------------------------------------- [EMAIL PROTECTED] httpd-2.0.53]# ./configure --prefix=/server/httpd-2.0.53 -- with-mpm=worker --enable-module=so --enable-module=rewrite --enable-mods- shared='proxy proxy_http proxy_ftp proxy_connect headers' > /home/blogic/test100.txt configure: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/mman.h: proceeding with the compiler's result configure: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/ipc.h: proceeding with the compiler's result configure: WARNING: sys/shm.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/shm.h: proceeding with the compiler's result configure: WARNING: sys/file.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/file.h: proceeding with the compiler's result configure: WARNING: alloca.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: alloca.h: proceeding with the compiler's result configure: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ctype.h: proceeding with the compiler's result configure: WARNING: dirent.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dirent.h: proceeding with the compiler's result configure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: fcntl.h: proceeding with the compiler's result configure: WARNING: grp.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: grp.h: proceeding with the compiler's result configure: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: malloc.h: proceeding with the compiler's result configure: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: netdb.h: proceeding with the compiler's result configure: WARNING: pwd.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: pwd.h: proceeding with the compiler's result configure: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: semaphore.h: proceeding with the compiler's result configure: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: stdarg.h: proceeding with the compiler's result configure: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: stddef.h: proceeding with the compiler's result configure: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: stdio.h: proceeding with the compiler's result configure: WARNING: termios.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: termios.h: proceeding with the compiler's result configure: WARNING: time.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: time.h: proceeding with the compiler's result configure: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: arpa/inet.h: proceeding with the compiler's result configure: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: netinet/in.h: proceeding with the compiler's result configure: WARNING: sys/resource.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/resource.h: proceeding with the compiler's result configure: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/select.h: proceeding with the compiler's result configure: WARNING: sys/sem.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/sem.h: proceeding with the compiler's result configure: WARNING: sys/sendfile.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/sendfile.h: proceeding with the compiler's result configure: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/socket.h: proceeding with the compiler's result configure: WARNING: sys/sysctl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/sysctl.h: proceeding with the compiler's result configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/time.h: proceeding with the compiler's result configure: WARNING: sys/uio.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/uio.h: proceeding with the compiler's result configure: WARNING: sys/un.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/un.h: proceeding with the compiler's result configure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: fcntl.h: proceeding with the compiler's result configure: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: iconv.h: proceeding with the compiler's result configure: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/socket.h: proceeding with the compiler's result configure: WARNING: pwd.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: pwd.h: proceeding with the compiler's result configure: WARNING: grp.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: grp.h: proceeding with the compiler's result configure: WARNING: sys/sem.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/sem.h: proceeding with the compiler's result configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/time.h: proceeding with the compiler's result configure: WARNING: sys/resource.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/resource.h: proceeding with the compiler's result configure: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/ipc.h: proceeding with the compiler's result configure: WARNING: sys/times.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/times.h: proceeding with the compiler's result -------------------------------------------------- After ignoring the warning messages when I have tried to compiled the same was getting the error as ------------------------------ Making all in threadproc/unix make[3]: Entering directory `/var/build/httpd- 2.0.53/srclib/apr/threadproc/unix' make[4]: Entering directory `/var/build/httpd- 2.0.53/srclib/apr/threadproc/unix' /bin/sh /var/build/httpd-2.0.53/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE - I../../include -I../../include/arch/unix -c proc.c && touch proc.lo proc.c: In function `apr_proc_create': proc.c:368: `SIGCHLD' undeclared (first use in this function) proc.c:368: (Each undeclared identifier is reported only once proc.c:368: for each function it appears in.) proc.c:368: `SIG_DFL' undeclared (first use in this function) make[4]: *** [proc.lo] Error 1 make[4]: Leaving directory `/var/build/httpd-2.0.53/srclib/apr/threadproc/unix' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/build/httpd-2.0.53/srclib/apr/threadproc/unix' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/build/httpd-2.0.53/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/build/httpd-2.0.53/srclib' make: *** [all-recursive] Error 1 ---------------------------------------- Is there any solution to overcome this problem. Your help is much appreciated. Thanks in advance Sagar -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
