You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/19 16:59:14 UTC

DO NOT REPLY [Bug 20914] New: - File httpd-2.0.46/server/exports.c redefinitions of variables

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: bugs@httpd.apache.org
        ReportedBy: michal.cernoevic@pvt.cz


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org