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

Kaspar Brand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #11 from Kaspar Brand <[email protected]> 2012-04-04 13:10:16 UTC ---
(In reply to comment #10)
> It might also be an issue with the specific combination of compiler and linker
> you're using - what compiler did you use for compiling OpenSSL, actually?

Ok, after some more digging it turns out that the behavior shown in comment 1
is the consequence of turning on a feature in Sun/Oracle's ld - see
http://docs.oracle.com/cd/E19963-01/html/821-1461/ld-1.html:

-z text
    In dynamic mode only, forces a fatal error if any relocations against
    non-writable, allocatable sections remain. [...]

(see also
http://docs.oracle.com/cd/E19963-01/html/819-0690/chapter4-10454.html#chapter4-29405)

libtool 2.x is calling Sun's ld with "-z text" by default, so on Solaris a
build failure is expected when trying to compile a shared mod_ssl version
against a static build of OpenSSL (for solutions to this problem, see comment
6).

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to