DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25701>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25701 AIX httpd 2.0.48 Build Error (xlate.c) ------- Additional Comments From [EMAIL PROTECTED] 2003-12-22 17:40 ------- Oops... APR attempts to autodetect which flavor of iconv() is used, but that for some reason was not used for AIX and Solaris. AIX platform changed the decl for iconv() between AIX 5.1 and AIX 5.2, so the hard-coded information is invalid on 5.2. Please edit srclib/apr/build/apr_hints.m4, find this line in the AIX section APR_SETIFNULL(apr_iconv_inbuf_const, [1]) delete it, re-run buildconf, configure, etc. Alternate: edit srclib/apr-util/include/private/apu_config.h and comment out this line: #define APU_ICONV_INBUF_CONST 1 then re-run make --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
