From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 17:37:11 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 E780E16A401 for ; Fri, 22 Feb 2008 17:37:11 +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 5462C13C46A for ; Fri, 22 Feb 2008 17:37:11 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrest-aldrichs-macbook-pro.local (host243.72.248.152.conversent.net [72.248.152.243]) (authenticated bits=0) by forrie.com (8.14.2/8.13.8) with ESMTP id m1MHax1c080259 for ; Fri, 22 Feb 2008 12:37:06 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <47BF083B.2050405@forrie.com> Date: Fri, 22 Feb 2008 12:36:59 -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> <200802221744.05717.fbsd.questions@rachie.is-a-geek.net> <47BEFE8A.4050501@forrie.com> <200802221821.12561.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200802221821.12561.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 17:37:12 -0000 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 /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/eaccelerator.so: Undefined symbol "php_session_register_module" The mysqli.so is there: -r--r--r-- 1 root wheel 116892 Feb 21 23:45 /usr/local/lib/php/20060613/mysqli.so Could be I need to enable another extension to satisfy the last issue with the variable, though I wonder if this is a hint at what might be wrong... Thanks.