From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 03:26:19 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 6C52A16A401 for ; Fri, 22 Feb 2008 03:26:19 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrie.com (demon.dce.harvard.edu [140.247.198.85]) by mx1.freebsd.org (Postfix) with ESMTP id 34A1C13C45B for ; Fri, 22 Feb 2008 03:26:18 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrest-aldrichs-macbook-pro.local (dsl092-075-097.bos1.dsl.speakeasy.net [66.92.75.97]) (authenticated bits=0) by forrie.com (8.14.2/8.13.8) with ESMTP id m1M3QCVd043912 for ; Thu, 21 Feb 2008 22:26:17 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <47BE40D4.2030308@forrie.com> Date: Thu, 21 Feb 2008 22:26:12 -0500 From: Forrest Aldrich User-Agent: Thunderbird 2.0.0.13pre (Macintosh/20080220) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <47BD8BE3.8070209@forrie.com> <6.0.0.22.2.20080221094221.0253fe28@mail.computinginnovations.com> <47BDBB92.4070505@forrie.com> <200802212052.34336.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200802212052.34336.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5922/Thu Feb 21 21:32:23 2008 on mail.forrie.com X-Virus-Status: Clean Subject: Re: 6.3-STABLE Apache 2.0 uses high CPU when restarted.... 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, 22 Feb 2008 03:26:19 -0000 Mel wrote: > >Your extensions.ini has duplicate and non-existing modules. Start here: > >mv /usr/local/etc/php/extensions.ini /usr/local/etc/php/extensions.ini.bkp >sort -u /usr/local/etc/php/extensions.ini.bkp |while read MOD; do > if test -f /usr/local/lib/php/20060613/${MOD##extension=}; then > echo $MOD > fi >done >/usr/local/etc/extensions.ini >php -v I've done this and still have a problem with PHP5 dumping core: root@mail /usr/ports/lang/php5]# php -v PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb 21 2008 21:51:01) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator with Suhosin v0.9.18, Copyright (c) 2002-2006, by Hardened-PHP Project Segmentation fault: 11 (core dumped) I tried compiling this without eAccelerator, got the same problem. I'm now trying it without the Suhosin enhancements to see if that's the problem - sent a copy of this to the PHP5 port maintainer. Thanks again, Forrest