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 2012/05/12 11:15:19 UTC

[Bug 53220] New: error with openssl-1.0.1b

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

          Priority: P2
            Bug ID: 53220
          Assignee: bugs@httpd.apache.org
           Summary: error with openssl-1.0.1b
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: ktzkk@sina.com
          Hardware: PC
            Status: NEW
           Version: 2.4.1
         Component: Build
           Product: Apache httpd-2

when I configure only with --enable-ssl and with new compiled openssl-1.0.1b
it prompt the following error, and can not be continued

/usr/bin/ld: /opt/openssl/lib/libssl.a(s3_srvr.o): relocation R_X86_64_32
against `.rodata' can not be used when making a shared object; recompile with
-fPIC
/opt/openssl/lib/libssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53220] error with openssl-1.0.1b

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

--- Comment #2 from Rainer Jung <ra...@kippdata.de> ---
Sometimes adding "-Bsymbolic" to the mod_ssl link flags helps. For this add

 -Wl,-Bsymbolic

to the SH_LINK entry in modules/ssl/modules.mk.

Regards,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53220] error with openssl-1.0.1b

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

William A. Rowe Jr. <wr...@apache.org> changed:

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

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> ---
You failed to build httpd and openssl in a compatible way, mixed up your pic or 
pie or 32/64 flags.  Not a bug, please ask the peer to peer users list for
help.

bugzilla is reserved for software defects, not for troubleshooting.

-- 
You are receiving this mail because:
You are the assignee for the bug.