From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 18:14: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 0CF3D16A4A0 for ; Fri, 22 Feb 2008 18:14: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 D09EC13C4D1 for ; Fri, 22 Feb 2008 18:14: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 m1MIE9E3044408 for ; Fri, 22 Feb 2008 13:14:15 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <47BF10F1.8080202@forrie.com> Date: Fri, 22 Feb 2008 13:14:09 -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> <200802221821.12561.fbsd.questions@rachie.is-a-geek.net> <47BF083B.2050405@forrie.com> <200802221910.21532.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200802221910.21532.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/5937/Fri Feb 22 10:13:41 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 18:14:19 -0000 Mel wrote: > On Friday 22 February 2008 18:36:59 Forrest Aldrich wrote: > >> I took a shortcut and decided to comment out all extensions but these: >> >> extension=mysql.so >> extension=mysqli.so >> extension=eaccelerator.so >> >> Now I run php -v and get this: >> >> # 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 >> > ^^^ > Mysqli needs spl. It uses it's exception code among others. > I'm going to remove all of the PHP5 code and extensions and start all over again and see what happens.... Thanks.