From owner-freebsd-questions@FreeBSD.ORG Tue Jan 8 07:36:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0D5016A417 for ; Tue, 8 Jan 2008 07:36:42 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 650D713C44B for ; Tue, 8 Jan 2008 07:36:42 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost (localhost.szalbot.homedns.org [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id 51A033F405; Tue, 8 Jan 2008 08:36:35 +0100 (CET) Received: from lists.lc-words.com ([127.0.0.1]) by localhost (szalbot.homedns.org [127.0.0.1]) (amavisd-maia, port 10026) with ESMTP id 50052-01; Tue, 8 Jan 2008 08:36:34 +0100 (CET) Received: from [192.168.11.4] (unknown [192.168.11.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.lc-words.com (Postfix) with ESMTP id 8C18D3F403; Tue, 8 Jan 2008 08:36:34 +0100 (CET) Message-ID: <47832806.5000903@szalbot.homedns.org> Date: Tue, 08 Jan 2008 08:36:38 +0100 From: zbigniew szalbot User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Jeffrey Lehman References: <20080108072208.GA12800@abby.digitalguy.net> In-Reply-To: <20080108072208.GA12800@abby.digitalguy.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: PHP5 segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 07:36:42 -0000 Hello Jeffrey, Jeffrey Lehman pisze: > Hello everyone, this is my first post to the list as I am a new FreeBSD user as of > last week. I've installed 7.0RC1 amd64 architecture on my poweredge 2950. > > I'm having issues with apache22 and php5. Here is the process I went through to > install both. > > 1. Installed www/apache22 using 'make install clean' with default config options. > 2. Installed lang/php5 using 'make install clean' with default config options plus > apache support. > > Apache seems to be working fine w/o php5 but after I install php5, apache will core > dump on restart. > > PHP5 also seg faults when executing /usr/local/bin/php > # /usr/local/bin/php > Segmentation fault: 11 (core dumped) > Try editing /usr/local/etc/php/extenstions.ini and comment some extensions testing which one is at fault. Usually, it helps to change the order in which they appear to fix this issue. Been there, done that. HTH Zbigniew Szalbot