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 2011/09/16 16:29:03 UTC

DO NOT REPLY [Bug 51837] New: Severe error on make

https://issues.apache.org/bugzilla/show_bug.cgi?id=51837

             Bug #: 51837
           Summary: Severe error on make
           Product: Apache httpd-2
           Version: 2.2.21
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: matthew.poche@centerpointenergy.com
    Classification: Unclassified


While running make for Apache 2.2.21 I get the following error.

ld: 0711-596 SEVERE ERROR: Object
server/mpm/prefork/.libs/libprefork.a[prefork.o]
        An RLD for section 2 (.data) refers to symbol 1874,
        but the storage class of the symbol is not C_EXT or C_HIDEXT.
ld: 0711-596 SEVERE ERROR: Object modules/ssl/.libs/libmod_ssl.a[ssl_expr.o]
        An RLD for section 2 (.data) refers to symbol 1453,
        but the storage class of the symbol is not C_EXT or C_HIDEXT.
ld: 0711-596 SEVERE ERROR: Object modules/http/.libs/libmod_http.a[http_core.o]
        An RLD for section 2 (.data) refers to symbol 1167,
        but the storage class of the symbol is not C_EXT or C_HIDEXT.
collect2: ld returned 12 exit status
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

The system is running AIX 7.1 with gcc 4.6.1

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 51837] Severe error on make

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51837

MJP <ma...@centerpointenergy.com> changed:

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

--- Comment #1 from MJP <ma...@centerpointenergy.com> 2011-09-20 12:52:55 UTC ---
Problem is with the as command in AIX 7.1.

GCC Bugzilla, Bug #46072 describes the problem in more detail.

I solved this problem by copying as from an AIX 5.2 machine to the new one.
Apache compiled and installed with no problem after that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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