Hi, I am trying to make a binary distribution of apache 2.2.14 on aix 6.14. The problem is when i run the binbuild.sh command from httpd-2.2.14/build
i got this error : *- j'ai installé le rpm 1.9.5 mais le problème persiste: */- xml/apr_xml.c:35:19: error: expat.h: A file or directory in the path name does not exist. 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:344: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:345: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c: At top level: xml/apr_xml.c:364: error: expected ';', ',' or ')' before '*' token xml/apr_xml.c: In function 'apr_xml_parser_create': xml/apr_xml.c:381: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:382: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:390: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:391: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:392: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:404: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:404: error: 'default_handler' undeclared (first use in this function) xml/apr_xml.c:404: error: (Each undeclared identifier is reported only once xml/apr_xml.c:404: error: for each function it appears in.) xml/apr_xml.c: In function 'do_parse': xml/apr_xml.c:414: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:418: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c:422: error: 'apr_xml_parser' has no member named 'xp_err' xml/apr_xml.c:422: error: 'apr_xml_parser' has no member named 'xp' xml/apr_xml.c: In function 'apr_xml_parser_geterror': xml/apr_xml.c:480: error: 'apr_xml_parser' has no member named 'xp_err' xml/apr_xml.c:480: error: 'apr_xml_parser' has no member named 'xp_err' make: 1254-004 The error code from the last command is 1. the expat library 2.0.1-2 is installed using the rpm -i i did the following : # find . -name expat.h ./srclib/apr-util/xml/expat/lib/expat.h # find . -name apr_xml.c ./srclib/apr-util/xml/apr_xml.c # find / -fstype jfs2 -name expat.h /home/XXX/XXX/XXX/httpd-2.2.14/srclib/apr-util/xml/expat/lib/expat.h /opt/hello/httpd-2.2.14/include/expat.h Any ideas will be great !! Thanks in advance, Ali -- View this message in context: http://www.nabble.com/Making-a-binary-distribution-of-apache-2.2.14-on-Aix-6.1-tp26092524p26092524.html Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.
