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/16 15:46:15 UTC

DO NOT REPLY [Bug 20793] - server/exports.c duplicate definitions

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=20793>.
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=20793

server/exports.c duplicate definitions

trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From trawick@apache.org  2003-06-16 13:46 -------
The usual cause for this is the use of symlinks for the directory tree where
Apache is unpacked and built.

common example on Solaris:

/usr/src->/usr/share/src

unpacking under /usr/src and building from there will result in duplicate
definitions in exports.c 

until this is fixed, the work-around is to create a directory that can be
accessed only by a single name (no links) and unpack/build from there

*** This bug has been marked as a duplicate of 8867 ***

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org