https://bz.apache.org/bugzilla/show_bug.cgi?id=62228
--- Comment #9 from Norton Warner <[email protected]> --- Concerning the APR mention (I'll give that proxy run a shot in a sec...) Interesting...because I suspected that APR was the culprit. So I got the latest v1.6.whatever, and then changed my parameters to '--with-included-apr', I extracted both APR and APR-util in the following locations (removing version numbers as per instructed) CONTENTS OF /usr/src/httpd-2.4.33/srclib: -rw-r--r-- 1 root wheel 0 Mar 29 13:03 .deps -rw-r--r-- 1 root wheel 327 Mar 29 13:03 Makefile -rw-r--r-- 1 root wheel 121 Feb 11 2005 Makefile.in drwxr-xr-x 28 root wheel 1536 Mar 29 13:04 apr/ drwxr-xr-x 20 root wheel 1536 Mar 29 13:04 apr-util/ The following is the result of 'make -d A' COMPILE CALL /bin/sh /usr/src/httpd-2.4.33/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -I/usr/src/httpd-2.4.33/srclib/apr-util/include -I/usr/src/httpd-2.4.33/srclib/apr-util/include/private -I/usr/src/httpd-2.4.33/srclib/apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo BEGIN OF FAILURE xml/apr_xml.lo:> = xml/apr_xml.c .make.dirs xml/apr_xml.lo:? = xml/apr_xml.c .make.dirs xml/apr_xml.lo:> = xml/apr_xml.c .make.dirs include/apr_xlate.h xml/apr_xml.lo:? = xml/apr_xml.c .make.dirs include/apr_xlate.h xml/apr_xml.lo:> = xml/apr_xml.c .make.dirs include/apr_xlate.h include/apr_xml.h xml/apr_xml.lo:? = xml/apr_xml.c .make.dirs include/apr_xlate.h include/apr_xml.h xml/apr_xml.c:35:19: error: expat.h: No such file or directory xml/apr_xml.c:66: error: expected specifier-qualifier-list before 'XML_Parser' xml/apr_xml.c: In function 'cleanup_parser': xml/apr_xml.c:364: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:365: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c: At top level: xml/apr_xml.c:384: error: expected ';', ',' or ')' before '*' token xml/apr_xml.c: In function 'apr_xml_parser_create': xml/apr_xml.c:401: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:402: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:410: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:411: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:412: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:424: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:424: error: 'default_handler' undeclared (first use in this function) xml/apr_xml.c:424: error: (Each undeclared identifier is reported only once xml/apr_xml.c:424: error: for each function it appears in.) xml/apr_xml.c: In function 'do_parse': xml/apr_xml.c:434: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:438: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:442: error: 'apr_xml_parser' has no member named 'xp_err' xml/apr_xml.c:442: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c: In function 'apr_xml_parser_geterror': xml/apr_xml.c:500: error: 'apr_xml_parser' has no member named 'xp_err' xml/apr_xml.c:500: error: 'apr_xml_parser' has no member named 'xp_err' *** Error code 1 Stop in /usr/src/httpd-2.4.33/srclib/apr-util. *** Error code 1 Stop in /usr/src/httpd-2.4.33/srclib/apr-util. *** Error code 1 Stop in /usr/src/httpd-2.4.33/srclib. *** Error code 1 Stop in /usr/src/httpd-2.4.33. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
