Re: Apache+mod_ssl + mod_php segfault

From: Vonleigh Simmons (nospam_at_illusionart.com)
Date: 09/11/04

  • Next message: Paul Schmehl: "Re: Phantom /var full messages"
    Date: Fri, 10 Sep 2004 22:52:40 -0700
    To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
    
    

    > Use ldd(1) to investigate what shlibs a binary needs, and check for
    > conflicts:

            This is what it outputs. Seems to be the same (although the numbers
    between parenthesis don't coincide, don't know if they should):

    /usr/local/sbin/httpd:
             libcrypt.so.2 => /lib/libcrypt.so.2 (0x280aa000)
             libmm.so.13 => /usr/local/lib/libmm.so.13 (0x280c3000)
             libc.so.5 => /lib/libc.so.5 (0x280c7000)

    /usr/local/libexec/apache/libphp4.so:
             libcrypt.so.2 => /lib/libcrypt.so.2 (0x28248000)
             libm.so.2 => /lib/libm.so.2 (0x28261000)

    Vonleigh Simmons
    <http://illusionart.com/>

    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Paul Schmehl: "Re: Phantom /var full messages"