Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 19:10:21 +0100
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Forrest Aldrich <forrie@forrie.com>
Subject:   Re: 6.3-STABLE Apache 2.0 uses high CPU when restarted....
Message-ID:  <200802221910.21532.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <47BF083B.2050405@forrie.com>
References:  <47BD8BE3.8070209@forrie.com> <200802221821.12561.fbsd.questions@rachie.is-a-geek.net> <47BF083B.2050405@forrie.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802221910.21532.fbsd.questions>