You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/04/25 04:10:06 UTC

DO NOT REPLY [Bug 28576] New: - Apache 2.0.49 won't compile kernel 2.6.5

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=28576>.
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=28576

Apache 2.0.49 won't compile kernel 2.6.5

           Summary: Apache 2.0.49 won't compile kernel 2.6.5
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: henric@digital-bless.com


System information:
Kernel 2.6.5, no 'exotic' modules loaded/built in 
GCC-3.3 w/ The GNU Standard C++ Library v3 dev files
Distribution: Debian Sarge/Testing

Problem:
Apache thinks STCP is enabled while it isn't, I've verified the bug on several 
different installations. It effectively breaks the build process.
The compile runs fine until this error message is displayed:
/bin/sh /usr/src/httpd-2.0.49/srclib/apr/libtool --silent --mode=compile gcc -
pthread  -D_XOPEN_SOURCE_EXTENDED -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -
D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -
I../../include -I../../include/arch/unix -I../../include/arch/unix  -c 
sockopt.c && touch sockopt.lo
sockopt.c: In function `apr_socket_opt_set':
sockopt.c:216: error: `SCTP_NODELAY' undeclared (first use in this function)
sockopt.c:216: error: (Each undeclared identifier is reported only once
sockopt.c:216: error: for each function it appears in.)
make[4]: *** [sockopt.lo] Error 1
make[4]: Leaving directory `/usr/src/httpd-2.0.49/srclib/apr/network_io/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/httpd-2.0.49/srclib/apr/network_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/httpd-2.0.49/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/httpd-2.0.49/srclib'
make: *** [all-recursive] Error 1

Apache is configured with:
--enable-so --enable-auth-anon=shared --enable-auth-dbm=shared \
--enable-auth-digest=shared --enable-charset-lite=shared \
--enable-case-filter=shared --enable-case-filter-in=shared \
--enable-deflate=shared --enable-logio --enable-mime-magic=shared \
--enable-expires=shared --enable-headers=shared --enable-usertrack=shared \
--enable-unique-id=shared --enable-http --enable-info=shared \
--enable-vhost-alias=shared --enable-speling=shared --enable-rewrite=shared

Possible temp. fixes: install lkstcp
Chipig@freenet gave me this information:
"I believe its an error in our m4 code for detection of support."
My config.log is available at http://040.sytes.net/config.log

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org