From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 16:15:23 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 6D0A116A4CE for ; Wed, 6 Apr 2005 16:15:23 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8AD43D2F for ; Wed, 6 Apr 2005 16:15:22 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.1.234] (c-24-8-184-241.hsd1.co.comcast.net [24.8.184.241]) (authenticated bits=0) by fusion.vilot.net (8.13.3/8.12.9) with ESMTP id j36GF5xP029127; Wed, 6 Apr 2005 11:15:11 -0500 (CDT) (envelope-from tom@vilot.com) Message-ID: <42540B09.2000801@vilot.com> Date: Wed, 06 Apr 2005 10:15:05 -0600 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Vilot References: <20050322162216.GA1354@vilot.com> <1111509994.751.306.camel@lorna.circlesquared.com> <20050322170234.GA1576@vilot.com> <1111513253.751.314.camel@lorna.circlesquared.com> <4240D4EE.60004@vilot.com> <1111561796.751.348.camel@lorna.circlesquared.com> <20050323164316.GB1383@vilot.com> In-Reply-To: <20050323164316.GB1383@vilot.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Peter Risdon cc: "freebsd-questions@freebsd.org" Subject: Re: PHP / Apache bus error 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: Wed, 06 Apr 2005 16:15:23 -0000 >Peter Risdon helpful contributes: > > > >>You don't _have_ to boot into single user mode. See below. >> >> > >Okay, cool. > I did it. Upgraded to 4.11 without any problems. However ... I still have the following problems: 1. child pid 28305 exit signal Segmentation fault (11) messages (lots of 'em) in httpd error logs. 2. Gallery doesn't work. Returns an empty page, and I get a Signal 10 in the error log. 3. Drupal doesn't work. Blank php page is returned. I'm fairly confident this is php / mysql / httpd related. So, for your reference, I have: apache+mod_ssl-1.3.33+2.8.22 php4-4.3.10_2 php4-gettext-4.3.10_2 php4-mysql-4.3.10_2 php4-pcre-4.3.10_2 php4-pear-4.3.10_2 php4-pgsql-4.3.10_2 php4-session-4.3.10_2 php4-xml-4.3.10_2 mysql-client-3.23.58 mysql-client-4.0.15 mysql-server-3.23.58 php4-mysql-4.3.10_2 zope-zmysqlda-2.0.8_1 I do not know HOW I ended up with two installs of mysql client .. but there ya go. So if anyone sees anything obvious in those versions ... I would love to hear about it.