From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 05:52:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8A916A4CE for ; Sat, 11 Sep 2004 05:52:54 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5560943D46 for ; Sat, 11 Sep 2004 05:52:54 +0000 (GMT) (envelope-from nospam@illusionart.com) Received: from illusionart.com (dsl081-061-217.dsl-isp.net [64.81.61.217] (may be forged)) (authenticated bits=0) by alpargata.net (8.12.10/8.12.10) with ESMTP id i8B5tJw3098067; Sat, 11 Sep 2004 00:55:22 -0500 (CDT) (envelope-from nospam@illusionart.com) Date: Fri, 10 Sep 2004 22:52:40 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) To: Matthew Seaman From: Vonleigh Simmons In-Reply-To: <20040910135111.GA50475@happy-idiot-talk.infracaninophile.co.uk> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.553) X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on alpargata.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: Apache+mod_ssl + mod_php segfault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 05:52:54 -0000 > 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