DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8610>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8610 Broken to build httpd-2.0.35 at linux (atomic) Summary: Broken to build httpd-2.0.35 at linux (atomic) Product: Apache httpd-2.0 Version: 2.0.35 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I try to build and configure apache httpd-2.0.35 with : In Linux redhat with 2.4.18 kernel ./configure --build=i386-redhat-linux --with-program-name=httpd2 --with-port=8000 --with-mpm=worker --prefix=/etc/httpd2 --exec-prefix=/usr --bindir=/usr/sbin --sbindir=/usr/sbin --libexecdir=/usr/lib/apache2 --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc/httpd2/conf --datadir=/var/www2 --includedir=/usr/include/apache2 --enable-layout=RedHat --enable-modules=all --enable-mods-shared=all --enable-ssl --enable-proxy --enable-so --with-ssl=/usr/include/ and found this error : Making all in atomic/unix make[3]: Entering directory `/usr/src/redhat/BUILD/httpd-2.0.35/srclib/apr/atomic/unix' make[4]: Entering directory `/usr/src/redhat/BUILD/httpd-2.0.35/srclib/apr/atomic/unix' /bin/sh /usr/src/redhat/BUILD/httpd-2.0.35/srclib/apr/libtool --silent --mode=compile gcc -pthread -O2 -march=i386 -mcpu=i686 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c apr_atomic.c && touch apr_atomic.lo In file included from ../../include/apr_atomic.h:157, from apr_atomic.c:59: /usr/include/asm/atomic.h:11:23: missing terminating ' character make[4]: *** [apr_atomic.lo] Error 1 make[4]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.0.35/srclib/apr/atomic/unix' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.0.35/srclib/apr/atomic/unix' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.0.35/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.0.35/srclib' make: *** [all-recursive] Error 1
