6.3-STABLE Apache 2.0 uses high CPU when restarted....
Forrest Aldrich
forrie at forrie.com
Fri Feb 22 17:37:12 UTC 2008
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.
More information about the freebsd-questions
mailing list