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 2003/06/13 14:54:36 UTC

DO NOT REPLY [Bug 20743] New: - linking

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

linking

           Summary: linking
           Product: Apache httpd-2.0
           Version: 2.0.46
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: oden.eriksson@linux-mandrake.com


Hi.

I'm (co) maintaining the Mandrake Linux package and noticed some oddness in the
linking. Why is it the support tools and the httpd binary links against for
example ldap libs and ssl? Shouldn't that be contained in the APR and/or the
mod_ldap module only?


Here's a example output of ldd:



[oden@klama sbin]$ ldd httpd2
        libz.so.1 => /lib/libz.so.1 (0x4002d000)
        libaprutil-0.so.0 => /usr/lib/libaprutil-0.so.0 (0x4003b000)
        libldap.so.2 => /usr/lib/libldap.so.2 (0x40051000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x4007e000)
        libsasl.so.7 => /usr/lib/libsasl.so.7 (0x4008f000)
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x4009a000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x400c8000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x401b6000)
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x401c1000)
        libdb-4.0.so => /usr/lib/libdb-4.0.so (0x401c8000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40275000)
        libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0x40295000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x402b5000)
        librt.so.1 => /lib/i686/librt.so.1 (0x40305000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40317000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4033b000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40368000)
        libdl.so.2 => /lib/libdl.so.2 (0x4037c000)
        libc.so.6 => /lib/i686/libc.so.6 (0x40380000)
        libpam.so.0 => /lib/libpam.so.0 (0x404c0000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

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