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=20914>. 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=20914 File httpd-2.0.46/server/exports.c redefinitions of variables Summary: File httpd-2.0.46/server/exports.c redefinitions of variables Product: Apache httpd-2.0 Version: 2.0.32 Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] There could be eg following directory structure: lrwxrwxrwx 1 root other 17 b�e 18 17:26 homea -> /export/home/home When you build Apache in /homea/web then the content of the file is double made: for the first time for /export/home/home and then for the symbolic link /homea/web: httpd-2.0.46/server: grep home exports.c|grep apr_user.h * /export/home/home/web/httpd-2.0.46/srclib/apr/include/apr_user.h * /homea/web/httpd-2.0.46/srclib/apr/include/apr_user.h Apache 1.3.27 can be easily build under this directory structure. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
