From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 06:40:58 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 BDE2D16A400 for ; Fri, 22 Feb 2008 06:40:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (gw.tensor.gdynia.pl [213.192.64.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7716713C45B for ; Fri, 22 Feb 2008 06:40:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m1M6YheP001615; Fri, 22 Feb 2008 07:34:43 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m1M6Ydh8001612; Fri, 22 Feb 2008 07:34:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 22 Feb 2008 07:34:39 +0100 (CET) From: Wojciech Puchar To: Forrest Aldrich In-Reply-To: <47BE5460.8070606@forrie.com> Message-ID: <20080222073428.V1601@wojtek.tensor.gdynia.pl> 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> <47BE5460.8070606@forrie.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org 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 06:40:58 -0000 > > # php -v > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20060613/mysqli.so' - > /usr/local/lib/php/20060613/mysqli.so: Undefined symbol > "spl_ce_RuntimeException" in Unknown on line 0 > PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb 21 2008 22:45:11) > 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 > Segmentation fault: 11 (core dumped) > > > Though, I'm able to at least get my website running (which uses PHP) -- it > will inevitably crash again when the logs are rotated. > > Maybe I should consider upgrading to apache22? or 1.3... but you show it's PHP problem.