Hallo,
Iam trying to compile Apache 2.0.47 on Tru64 OS V5.1A.
I have used the following command to configure. I get a lot of errors
How can I get rid of these errors? Any help will be appreciated.
regards,
Kumar
./configure --enable-so
cc: Error: /usr/tmp/httpd-2.0.47/server/exports.c, line 1587: This
declaration con of "ap_hack_apr_bucket_alloc". The previous declaration is
at line number 70ttpd-2.0.47/server/exports.c. (redef)
const void *ap_hack_apr_bucket_alloc = (const void *)apr_bucket_alloc;
-----------^
cc: Error: /usr/tmp/httpd-2.0.47/server/exports.c, line 1588: This
declaration con of "ap_hack_apr_bucket_free". The previous declaration is
at line number 706tpd-2.0.47/server/exports.c. (redef)
const void *ap_hack_apr_bucket_free = (const void *)apr_bucket_free;
-----------^
cc: Error: /usr/tmp/httpd-2.0.47/server/exports.c, line 1589: This
declaration con of "ap_hack_apr_bucket_setaside_noop". The previous
declaration is at line nsr/tmp/httpd-2.0.47/server/exports.c. (redef)
const void *ap_hack_apr_bucket_setaside_noop = (const void
*)apr_bucket_setaside
-----------^
cc: Error: /usr/tmp/httpd-2.0.47/server/exports.c, line 1590: This
declaration con of "ap_hack_apr_bucket_setaside_notimpl". The previous
declaration is at lin /usr/tmp/httpd-2.0.47/server/exports.c. (redef)
const void *ap_hack_apr_bucket_setaside_notimpl = (const void
*)apr_bucket_setas
-----------^
cc: Error: /usr/tmp/httpd-2.0.47/server/exports.c, line 1591: This
declaration con of "ap_hack_apr_bucket_split_notimpl". The previous
declaration is at line nsr/tmp/httpd-2.0.47/server/exports.c. (redef)
const void *ap_hack_apr_bucket_split_notimpl = (const void
*)apr_bucket_split_no
-----------^
cc: Severe: More than 30 errors were encountered in the course of
compilation. (
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
Received on Mon Oct 13 2003 - 14:27:39 NZDT