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

configure for Apache 2.0.45 on Solaris creates bad server/exports.c

           Summary: configure for Apache 2.0.45 on Solaris creates bad
                    server/exports.c
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Tried on Solaris 2.6 and 8. configure runs fine. Then, during make, the 
compilation of server/exports.c fails with a long list of redefinition errors 
like the one below:


exports.c:1541: redefinition of `ap_hack_apr_base64_encode_len'

"/nfs/devco/edin/apache_2.0.45/solaris26/httpd-2.0.45/server/exports.c", line 
1549: identifier redefined: ap_hack_apr_base64_encode_len
        current : pointer to const void
        previous: pointer to const 
void : "/nfs/devco/edin/apache_2.0.45/solaris26/httpd-2.0.45/server/exports.c", 
line 175


Sure enough, all those symbols are defined twice in server/exports.c. Remove 
the duplicates makes the build pass.

I know some have said this problem may be caused by symlinks to directories. I 
didn't have any symlinks. I wonder if directories on nfs may be a problem too? 
I haven't tried building in a local directory yet.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to