From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 10:36:02 2005 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 9B36B16A4CF for ; Mon, 21 Feb 2005 10:36:02 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 118BE43D5E for ; Mon, 21 Feb 2005 10:36:01 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 24008 invoked by uid 1000); 21 Feb 2005 11:35:59 +0100 Date: Mon, 21 Feb 2005 11:35:59 +0100 From: Clement Laforet To: Bob Ababurko Message-ID: <20050221103559.GC33760@goofy.cultdeadsheep.org> References: <4219517C.1090403@phreakout.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4219517C.1090403@phreakout.net> User-Agent: Mutt/1.5.6i cc: freebsd-questions@FreeBSD.org cc: freebsd-ports@freebsd.org Subject: Re: apache wont start after mhash install 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: Mon, 21 Feb 2005 10:36:02 -0000 On Sun, Feb 20, 2005 at 10:11:56PM -0500, Bob Ababurko wrote: Hi! > I have a box that is running 5.2.1 on sparc64 hardware. After > installing php4-mhash-4.3.8_2 via ports, apache will not start again > after it is stopped. It will return to normal after I uninstall the > port of coarse. > > The only error message I get is this in /var/log/messages: > > Feb 20 21:54:05 web1 kernel: pid 71512 (httpd), uid 0: exited on signal > 11 (core dumped) > > What is the next step to determine the problem? Do I need to do a core > dump analysis to figure this out? If so, what is the way or best way? Do you have mhash 0.9.1? If not, please update. It can also come from php dynamic linker, if global symbols conflict. If you can, please send us a backtrace, it will be easier to investigate. clem