From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 13:09:17 2011 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 A6FAB106567A for ; Fri, 21 Jan 2011 13:09:17 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB3A8FC0A for ; Fri, 21 Jan 2011 13:09:17 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.186]) by mail.unitedinsong.com.au (Postfix) with ESMTP id DEF2A5C44 for ; Fri, 21 Jan 2011 23:16:19 +1000 (EST) Message-ID: <4D3984B1.10709@herveybayaustralia.com.au> Date: Fri, 21 Jan 2011 23:05:53 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101227 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110120214908.GA9510@thought.org> In-Reply-To: <20110120214908.GA9510@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: no apache22, php5 cores 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: Fri, 21 Jan 2011 13:09:17 -0000 On 01/21/11 07:49, Gary Kline wrote: > Guys, > > As of about an hour ago things are back. I cannot get apache22 to > launch of my server. I rebuilt php5 then did a > > # php -v > > and got an immediate core dump. > > Note that I was using portmanager -u -f but without the --resume > switch and was 88% done upgrading when I accidently killed the xterm > [[ctwm]. I've made a clean start, this time with the -u -f and > --resume flags. Up to about 20%. Could the php5 troubles be why I > can't get apache to launch? [I also rebuilt php5-extensions. > > Anything else I should consider? > > thanks much. > > My first consideration would be to shuffle your extensions. Apache won't start if php won't load, and php has a fit if the extensions are loaded in the wrong order- ie. module loaded before dependency. It could be an upgrade disaster, but I'd doubt it.