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 2005/06/20 23:29:50 UTC

DO NOT REPLY [Bug 35438] New: - --enable-static-rotatelogs still dynamically links OpenSSL libraries

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35438>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35438

           Summary: --enable-static-rotatelogs still dynamically links
                    OpenSSL libraries
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jeff_melnick@securecomputing.com


I configured Apache with --enable-static-rotatelogs, yet it is still 
dynamically linking to libcrypto and libssl, as shown from this output from ldd:
dd rotatelogs
ibssl.so.0.9.7 =>       (file not found)
ibcrypto.so.0.9.7 =>    (file not found)
ibrt.so.1 =>    /usr/lib/librt.so.1
ibm.so.1 =>     /usr/lib/libm.so.1
ibsocket.so.1 =>        /usr/lib/libsocket.so.1
ibnsl.so.1 =>   /usr/lib/libnsl.so.1
ibresolv.so.2 =>        /usr/lib/libresolv.so.2
ibpthread.so.1 =>       /usr/lib/libpthread.so.1
ibdl.so.1 =>    /usr/lib/libdl.so.1
ibthread.so.1 =>        /usr/lib/libthread.so.1
ibc.so.1 =>     /usr/lib/libc.so.1
ibaio.so.1 =>   /usr/lib/libaio.so.1
ibmp.so.2 =>    /usr/lib/libmp.so.2
usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1

It would be nice if libcrypto and libssl were statically linked as well.  I was 
wondering if they were even needed at all?

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

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