Hi

I have a compilation problem while trying to compile the apache second
time with different configuration:

My steps are:

1)  ./configure --prefix=/usr/apache  --enable-proxy --enable-cache
--enable-disk-cache
2)   make 
3)  make install 
4)  ./configure --prefix=/usr/apache  --enable-proxy --enable-cache
--enable-mem-cache
5) make 

I gets the following error:

.....
  exports.c:1141: `ap_hack_apr_xml_parser_feed' previously defined here
exports.c:2563: redefinition of `ap_hack_apr_xml_parser_done'
exports.c:1142: `ap_hack_apr_xml_parser_done' previously defined here
exports.c:2564: redefinition of `ap_hack_apr_xml_parser_geterror'
exports.c:1143: `ap_hack_apr_xml_parser_geterror' previously defined
here
exports.c:2565: redefinition of `ap_hack_apr_xml_to_text'
exports.c:1144: `ap_hack_apr_xml_to_text' previously defined here
exports.c:2566: redefinition of `ap_hack_apr_xml_empty_elem'
exports.c:1145: `ap_hack_apr_xml_empty_elem' previously defined here
exports.c:2567: redefinition of `ap_hack_apr_xml_quote_string'
exports.c:1146: `ap_hack_apr_xml_quote_string' previously defined here
exports.c:2568: redefinition of `ap_hack_apr_xml_quote_elem'
exports.c:1147: `ap_hack_apr_xml_quote_elem' previously defined here
exports.c:2569: redefinition of `ap_hack_apr_xml_insert_uri'
exports.c:1148: `ap_hack_apr_xml_insert_uri' previously defined here
exports.c:2578: redefinition of `ap_hack_apu_version'
exports.c:1157: `ap_hack_apu_version' previously defined here
exports.c:2579: redefinition of `ap_hack_apu_version_string'
exports.c:1158: `ap_hack_apu_version_string' previously defined here
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/usr/apache/httpd-2.2.3/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/apache/httpd-2.2.3/server'
make: *** [all-recursive] Error 1
[EMAIL PROTECTED] httpd-2.2.3]#

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to