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=30208>. 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=30208 Build broken on FreeBSD 5.2.1 (Both from sources and port) Summary: Build broken on FreeBSD 5.2.1 (Both from sources and port) Product: Apache httpd-2.0 Version: 2.0.50 Platform: PC OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When trying to compile, "make" chokes with the following errors : /home/gobin/system/httpd-2.0.50/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -D_REENTRANT -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER - I/home/gobin/system/httpd-2.0.50/srclib/apr/include -I/home/gobin/system/httpd- 2.0.50/srclib/apr-util/include -I/usr/local/include -I. - I/home/gobin/system/httpd-2.0.50/os/unix -I/home/gobin/system/httpd- 2.0.50/server/mpm/prefork -I/home/gobin/system/httpd-2.0.50/modules/http - I/home/gobin/system/httpd-2.0.50/modules/filters -I/home/gobin/system/httpd- 2.0.50/modules/proxy -I/home/gobin/system/httpd-2.0.50/include - I/home/gobin/system/httpd-2.0.50/modules/generators -I/usr/include/openssl - I/home/gobin/system/httpd-2.0.50/modules/dav/main -prefer-non-pic -static -c protocol.c && touch protocol.lo /home/gobin/system/httpd-2.0.50/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -D_REENTRANT -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER - I/home/gobin/system/httpd-2.0.50/srclib/apr/include -I/home/gobin/system/httpd- 2.0.50/srclib/apr-util/include -I/usr/local/include -I. - I/home/gobin/system/httpd-2.0.50/os/unix -I/home/gobin/system/httpd- 2.0.50/server/mpm/prefork -I/home/gobin/system/httpd-2.0.50/modules/http - I/home/gobin/system/httpd-2.0.50/modules/filters -I/home/gobin/system/httpd- 2.0.50/modules/proxy -I/home/gobin/system/httpd-2.0.50/include - I/home/gobin/system/httpd-2.0.50/modules/generators -I/usr/include/openssl - I/home/gobin/system/httpd-2.0.50/modules/dav/main -prefer-non-pic -static -c core.c && touch core.lo core.c: In function `ap_response_code_string': core.c:691: error: structure has no member named `response_code_strings' core.c:692: error: structure has no member named `response_code_strings' core.c:693: error: structure has no member named `response_code_strings' core.c: In function `ap_custom_response': core.c:1125: error: structure has no member named `response_code_strings' core.c:1126: error: structure has no member named `response_code_strings' core.c:1127: error: structure has no member named `response_code_strings' core.c:1127: error: structure has no member named `response_code_strings' core.c:1133: error: structure has no member named `response_code_strings' *** Error code 1 Stop in /home/gobin/system/httpd-2.0.50/server. *** Error code 1 Stop in /home/gobin/system/httpd-2.0.50/server. *** Error code 1 Stop in /home/gobin/system/httpd-2.0.50. Configuration : ---------------- ./configure --prefix=/usr/local/apache --enable-auth-digest=shared --enable- deflate=shared --enable-mime-magic=shared --enable-headers=shared --enable- usertrack=shared --enable-ssl=shared --enable-http --enable-dav=shared -- enable-cgi=shared --enable-dav-fs=shared --enable-vhost-alias=shared --enable- rewrite=shared --enable-so --enable-layout=FreeBSD --enable-http System : FreeBSD 5.2.1 / latest patch level --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
